diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.15.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.15.js
index be59187b7dc8e96d7aaefecc196241e3b413c272..cc74d369c1e8516019fd2a0bf44259aa956bb9e5 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.15.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.15.js
@@ -4,10 +4,8 @@
 /**
  * @name: S7.5.3_A1.15;
  * @section: 7.5.3;
- * @assertion: The "implements" token can not be used as identifier in
- *             strict code;
- * @description: Checking if execution of "implements=1" fails in
- *               strict code;
+ * @assertion: The "implements" token can not be used as identifier in strict code;
+ * @description: Checking if execution of "implements=1" fails in strict code;
  * @negative
  */
 
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.15ns.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.15ns.js
index 939f3fbf12df19f82c838523872f7c588befb758..c50bf37895f958bf94db80b8dbef2959c10d35c2 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.15ns.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.15ns.js
@@ -4,10 +4,8 @@
 /**
  * @name: S7.5.3_A1.15;
  * @section: 7.5.3;
- * @assertion: The "implements" token can be used as identifier in
- *             non-strict code;
- * @description: Checking if execution of "implements=1" succeeds in
- *               non-strict code;
+ * @assertion: The "implements" token can be used as identifier in non-strict code;
+ * @description: Checking if execution of "implements=1" succeeds in non-strict code;
  */
 
 new Function('implements = 1');
\ No newline at end of file
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.18.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.18.js
index 1ce3a1b13ca7af46c540d924e039e5921c07dd71..a233c398968eb5516d993d25b5593ce68188055f 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.18.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.18.js
@@ -4,8 +4,7 @@
 /**
  * @name: S7.5.3_A1.18;
  * @section: 7.5.3;
- * @assertion: The "interface" token can not be used as identifier in
- *             strict code;
+ * @assertion: The "interface" token can not be used as identifier in strict code;
  * @description: Checking if execution of "interface = 1" fails in
  *               strict code;
  * @negative
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.18ns.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.18ns.js
index 787e656467a8e6318af37c9e1a6ed6216717f252..64d60f05f2995aeb302d1f54a6c651c9cb9c1d53 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.18ns.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.18ns.js
@@ -4,10 +4,8 @@
 /**
  * @name: S7.5.3_A1.18;
  * @section: 7.5.3;
- * @assertion: The "interface" token can be used as identifier in
- *             non-strict code;
- * @description: Checking if execution of "interface = 1" succeeds in
- *               strict code;
+ * @assertion: The "interface" token can be used as identifier in non-strict code;
+ * @description: Checking if execution of "interface = 1" succeeds in strict code;
  */
 
 new Function('interface = 1');
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.21.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.21.js
index 05e0223eefae50e702e30694c64b6fc7d3acaaf0..0cb32fc574069726efa5dcec99f6e7749014b89c 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.21.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.21.js
@@ -4,8 +4,7 @@
 /**
  * @name: S7.5.3_A1.21;
  * @section: 7.5.3;
- * @assertion: The "package" token can not be used as identifier in
- *             strict code;
+ * @assertion: The "package" token can not be used as identifier in strict code;
  * @description: Checking if execution of "package=1" fails in strict code;
  * @negative
  */
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.21ns.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.21ns.js
index 65cbd93632b02b60545093984f54921bdfc75ce2..2e333d1dfd2207567d05dc72aefbcb51d4b25d57 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.21ns.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.21ns.js
@@ -4,10 +4,8 @@
 /**
  * @name: S7.5.3_A1.21;
  * @section: 7.5.3;
- * @assertion: The "package" token can be used as identifier in
- *             non-strict code;
- * @description: Checking if execution of "package=1" succeeds in
- *               non-strict code;
+ * @assertion: The "package" token can be used as identifier in non-strict code;
+ * @description: Checking if execution of "package=1" succeeds in non-strict code;
  */
 
 new Function('package = 1');
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.22.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.22.js
index 96441b0b370cb30b41af602de1d369329dec48cb..ca66532a2cbc41511795bc210f5950f2f95bfd20 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.22.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.22.js
@@ -4,8 +4,7 @@
 /**
  * @name: S7.5.3_A1.22;
  * @section: 7.5.3;
- * @assertion: The "private" token can not be used as identifier in
- *             strict code;
+ * @assertion: The "private" token can not be used as identifier in strict code;
  * @description: Checking if execution of "private=1" fails in strict code;
  * @negative
  */
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.22ns.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.22ns.js
index e8b1040def4d73e532fe5872707e6f1ac162c10b..56a21eb30e7f5f2b7f3fad2742d155ea3047c331 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.22ns.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.22ns.js
@@ -4,10 +4,8 @@
 /**
  * @name: S7.5.3_A1.22;
  * @section: 7.5.3;
- * @assertion: The "private" token can be used as identifier in
- *             non-strict code;
- * @description: Checking if execution of "private=1" succeeds in
- *               non-strict code;
+ * @assertion: The "private" token can be used as identifier in non-strict code;
+ * @description: Checking if execution of "private=1" succeeds in non-strict code;
  */
 
 new Function('private = 1');
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.23.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.23.js
index fb272f7bcb1c722f89f68300de460e2faf59e588..d834d92f6c438994439e8392aad0f02946314cd2 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.23.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.23.js
@@ -4,8 +4,7 @@
 /**
  * @name: S7.5.3_A1.23;
  * @section: 7.5.3;
- * @assertion: The "protected" token can not be used as identifier in
- *             strict code;
+ * @assertion: The "protected" token can not be used as identifier in strict code;
  * @description: Checking if execution of "protected=1" fails in
  * strict code;
  * @negative
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.23ns.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.23ns.js
index 19bc9f963dade1b56cb231ca36e2ee67ee32587e..6241fb2f611df7cfed4e9927aef8abaccb707419 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.23ns.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.23ns.js
@@ -4,10 +4,8 @@
 /**
  * @name: S7.5.3_A1.23;
  * @section: 7.5.3;
- * @assertion: The "protected" token can be used as identifier in
- *             non-strict code;
- * @description: Checking if execution of "protected=1" succeeds in
- *               non-strict code;
+ * @assertion: The "protected" token can be used as identifier in non-strict code;
+ * @description: Checking if execution of "protected=1" succeeds in non-strict code;
  */
 
 new Function('protected = 1');
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.24.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.24.js
index ff34269494ece29c3cea9fd230cb9ac459746e19..512486283230919efe2d78b913d933aa2b4b8168 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.24.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.24.js
@@ -4,8 +4,7 @@
 /**
  * @name: S7.5.3_A1.24;
  * @section: 7.5.3;
- * @assertion: The "public" token can not be used as identifier in
- *             strict code;
+ * @assertion: The "public" token can not be used as identifier in strict code;
  * @description: Checking if execution of "public=1" fails in strict code;
  * @negative
  */
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.24ns.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.24ns.js
index cd4b780b5291df8588660d64485d49695a6da435..7fe3f00a579d2ab3d81426dd1f20e04e5df26999 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.24ns.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.24ns.js
@@ -4,10 +4,8 @@
 /**
  * @name: S7.5.3_A1.24;
  * @section: 7.5.3;
- * @assertion: The "public" token can be used as identifier in
- *             non-strict code;
- * @description: Checking if execution of "public=1" succeeds in
- *               non-strict code;
+ * @assertion: The "public" token can be used as identifier in non-strict code;
+ * @description: Checking if execution of "public=1" succeeds in non-strict code;
  */
 
 new Function('public = 1');
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.26.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.26.js
index a26ad6d7f991e976e3176eb9e624372f7cd21a5c..9823c3caf624bbf5e25925454cc14c840057d696 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.26.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.26.js
@@ -4,8 +4,7 @@
 /**
  * @name: S7.5.3_A1.26;
  * @section: 7.5.3;
- * @assertion: The "static" token can not be used as identifier in
- *             strict code;
+ * @assertion: The "static" token can not be used as identifier in strict code;
  * @description: Checking if execution of "static=1" fails in strict code;
  * @negative
 */
diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.26ns.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.26ns.js
index 9d47c76d70a3ec2fc4bcb394df45b336d0e68e93..f98cb4dafd3cd71e63be33b1edaf7800e2028732 100644
--- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.26ns.js
+++ b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.26ns.js
@@ -4,10 +4,8 @@
 /**
  * @name: S7.5.3_A1.26;
  * @section: 7.5.3;
- * @assertion: The "static" token can be used as identifier in
- *             non-strict code;
- * @description: Checking if execution of "static=1" succeeds in
- *               non-strict code;
+ * @assertion: The "static" token can be used as identifier in non-strict code;
+ * @description: Checking if execution of "static=1" succeeds in non-strict code;
  */
 
 new Function('static = 1');
diff --git a/test/suite/sputnik/Conformance/12_Statement/12.10_The_with_Statement/S12.10_A3.3_T4.js b/test/suite/sputnik/Conformance/12_Statement/12.10_The_with_Statement/S12.10_A3.3_T4.js
index 9932f9d9ba9a009905b919cb1925dce34c90f6a2..526b1a0b6d2c0e6a3c5a11e402ce6dbd544e828d 100644
--- a/test/suite/sputnik/Conformance/12_Statement/12.10_The_with_Statement/S12.10_A3.3_T4.js
+++ b/test/suite/sputnik/Conformance/12_Statement/12.10_The_with_Statement/S12.10_A3.3_T4.js
@@ -4,10 +4,8 @@
 /**
  * @name: S12.10_A3.3_T4;
  * @section: 12.10;
- * @assertion: No matter how control leaves the embedded 'Statement',
- *             the scope chain is always restored to its former state;
- * @description: Declaring "with" statement within a function
- *               constructor, leading to completion by exception;
+ * @assertion: No matter how control leaves the embedded 'Statement', the scope chain is always restored to its former state;
+ * @description: Declaring "with" statement within a function constructor, leading to completion by exception;
  * @strict_mode_negative
  */
 
diff --git a/test/suite/sputnik/Conformance/12_Statement/12.1_Block/S12.1_A1.js b/test/suite/sputnik/Conformance/12_Statement/12.1_Block/S12.1_A1.js
index e9f3f79e24bd3bdaf90292b83658e6ef9ae062f4..b45d89eeb3422af79c7cd034cb6146bf6e1a0fb9 100644
--- a/test/suite/sputnik/Conformance/12_Statement/12.1_Block/S12.1_A1.js
+++ b/test/suite/sputnik/Conformance/12_Statement/12.1_Block/S12.1_A1.js
@@ -4,8 +4,7 @@
 /**
 * @name: S12.1_A1;
 * @section: 12.1;
-* @assertion: The production Block { } in strict code can't contain
-*             function declaration;
+* @assertion: The production Block { } in strict code can't contain function declaration;
 * @description: Trying to declare function at the Block statement;
 * @negative SyntaxError;
 */
diff --git a/test/suite/sputnik/Conformance/12_Statement/12.5_The_if_Statement/S12.5_A9_T1.js b/test/suite/sputnik/Conformance/12_Statement/12.5_The_if_Statement/S12.5_A9_T1.js
index 498bd3578e625b4aac126b90d4d60247cf1a8e35..ac4828524c736f2d0a39658bc9d97dae2452624e 100644
--- a/test/suite/sputnik/Conformance/12_Statement/12.5_The_if_Statement/S12.5_A9_T1.js
+++ b/test/suite/sputnik/Conformance/12_Statement/12.5_The_if_Statement/S12.5_A9_T1.js
@@ -4,8 +4,7 @@
 /**
 * @name: S12.5_A9_T1;
 * @section: 12.5;
-* @assertion: Function declaration within an "if" statement in strict
-*             code is not allowed;
+* @assertion: Function declaration within an "if" statement in strict code is not allowed;
 * @description: Declaring function within an "if" statement;
 * @negative SyntaxError;
 */
diff --git a/test/suite/sputnik/Conformance/12_Statement/12.5_The_if_Statement/S12.5_A9_T2.js b/test/suite/sputnik/Conformance/12_Statement/12.5_The_if_Statement/S12.5_A9_T2.js
index ae979d8f76b3df0cc5ebee381359db513542d2e6..e35571d9d41257032d9f577b3a3c38e46628581b 100644
--- a/test/suite/sputnik/Conformance/12_Statement/12.5_The_if_Statement/S12.5_A9_T2.js
+++ b/test/suite/sputnik/Conformance/12_Statement/12.5_The_if_Statement/S12.5_A9_T2.js
@@ -4,10 +4,8 @@
 /**
 * @name: S12.5_A9_T2;
 * @section: 12.5;
-* @assertion: Function declaration within an "if" statement in strict
-*             code is not allowed;
-* @description: Declaring function within an "if" that is declared
-*               within the strict function;
+* @assertion: Function declaration within an "if" statement in strict code is not allowed;
+* @description: Declaring function within an "if" that is declared within the strict function;
 * @negative SyntaxError;
 */
 
diff --git a/test/suite/sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A13_T1.js b/test/suite/sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A13_T1.js
index 28e118c870b2719d02e88f18e8d41647804adc8d..cb6740bdfc117206986254bad43cb18ff59fd007 100644
--- a/test/suite/sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A13_T1.js
+++ b/test/suite/sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A13_T1.js
@@ -4,8 +4,7 @@
 /**
 * @name: S12.6.1_A13_T1;
 * @section: 12.6.1, 13;
-* @assertion: FunctionDeclaration within a "do-while" Block in strict
-*             code is not allowed;
+* @assertion: FunctionDeclaration within a "do-while" Block in strict code is not allowed;
 * @description: Declaring function within a "do-while" loop;
 * @negative SyntaxError;
 */
diff --git a/test/suite/sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A13_T2.js b/test/suite/sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A13_T2.js
index 78cd7588181fa92434a5a02661ef630fb161ac3e..cdfd7df1c6227644364b324a813aac20eba791f8 100644
--- a/test/suite/sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A13_T2.js
+++ b/test/suite/sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A13_T2.js
@@ -4,10 +4,8 @@
 /**
 * @name: S12.6.1_A13_T2;
 * @section: 12.6.1, 13;
-* @assertion: FunctionDeclaration within a "do-while" Block in strict
-*             code is not allowed;
-* @description: Declaring a function within a "do-while" loop that is
-*               within a strict function;
+* @assertion: FunctionDeclaration within a "do-while" Block in strict code is not allowed;
+* @description: Declaring a function within a "do-while" loop that is within a strict function;
 * @negative SyntaxError;
 */
 
diff --git a/test/suite/sputnik/Conformance/15_Native/15.12_The_JSON_Object/15.12.2_JSON.parse/S15.12.2_A1.js b/test/suite/sputnik/Conformance/15_Native/15.12_The_JSON_Object/15.12.2_JSON.parse/S15.12.2_A1.js
index a7b14081021b736dddff6de6f5f96e07ab27d5e8..34122b3e90d0cd6f0c15bed27913bfa4989163e8 100644
--- a/test/suite/sputnik/Conformance/15_Native/15.12_The_JSON_Object/15.12.2_JSON.parse/S15.12.2_A1.js
+++ b/test/suite/sputnik/Conformance/15_Native/15.12_The_JSON_Object/15.12.2_JSON.parse/S15.12.2_A1.js
@@ -4,10 +4,8 @@
 /**
  * @name: S15.12.2_A1;
  * @section: 15.12.2;
- * @assertion: JSON.parse must create a property with the given
- *             property name;
- * @description: Tests that JSON.parse treats "__proto__" as a regular
- *               property name;
+ * @assertion: JSON.parse must create a property with the given property name;
+ * @description: Tests that JSON.parse treats "__proto__" as a regular property name;
  */
 
 var x = JSON.parse('{"__proto__":[]}');
diff --git a/test/suite/sputnik/Conformance/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A14.js b/test/suite/sputnik/Conformance/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A14.js
index 0ac2023ee34f4b9d8de1b439066eab7348feaf48..4393c35756f0b575bfe18aefff663c7f5908e82d 100644
--- a/test/suite/sputnik/Conformance/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A14.js
+++ b/test/suite/sputnik/Conformance/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A14.js
@@ -4,8 +4,7 @@
 /**
 * @name: S15.2.4.2_A14;
 * @section: 15.2.4.2;
-* @assertion: Let O be the result of calling ToObject passing the this
-*             value as the argument.
+* @assertion: Let O be the result of calling ToObject passing the this value as the argument.
 */
 
 if (Object.prototype.toString.call(33) !== "[object Number]") {
diff --git a/test/suite/sputnik/Conformance/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A15.js b/test/suite/sputnik/Conformance/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A15.js
index 2bcdb6bb915d69f8fc48c89d48cd380ea5a90e92..4691a8dd066be2ec7ad81e3f18eb042d8bbae19f 100644
--- a/test/suite/sputnik/Conformance/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A15.js
+++ b/test/suite/sputnik/Conformance/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A15.js
@@ -4,8 +4,7 @@
 /**
 * @name: S15.2.4.2_A15;
 * @section: 15.2.4.2;
-* @assertion: Let O be the result of calling ToObject passing the this
-*             value as the argument.
+* @assertion: Let O be the result of calling ToObject passing the this value as the argument.
 */
 
 if (Object.prototype.toString.call(true) !== "[object Boolean]") {
diff --git a/test/suite/sputnik/Conformance/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A16.js b/test/suite/sputnik/Conformance/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A16.js
index 30e0ab548e8e3469f0628ceb9cae890ac952cbd8..3727e638e24ae37cbbb622361bdb00f289491964 100644
--- a/test/suite/sputnik/Conformance/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A16.js
+++ b/test/suite/sputnik/Conformance/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A16.js
@@ -4,8 +4,7 @@
 /**
 * @name: S15.2.4.2_A16;
 * @section: 15.2.4.2;
-* @assertion: Let O be the result of calling ToObject passing the this
-*             value as the argument.
+* @assertion: Let O be the result of calling ToObject passing the this value as the argument.
 */
 
 if (Object.prototype.toString.call('foo') !== "[object String]") {
diff --git a/test/suite/sputnik/Conformance/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.3_Object.prototype.toLocaleString/S15.2.4.3_A12.js b/test/suite/sputnik/Conformance/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.3_Object.prototype.toLocaleString/S15.2.4.3_A12.js
index bf78b1aa4c732369235780a492b9c2bf5bcc59d9..49038aab21705f36cc5528a30bfcb88bbcc7d1f4 100644
--- a/test/suite/sputnik/Conformance/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.3_Object.prototype.toLocaleString/S15.2.4.3_A12.js
+++ b/test/suite/sputnik/Conformance/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.3_Object.prototype.toLocaleString/S15.2.4.3_A12.js
@@ -4,8 +4,7 @@
 /**
 * @name: S15.2.4.3_A12;
 * @section: 15.2.4.3;
-* @assertion: Let O be the result of calling ToObject passing the this
-*             value as the argument.
+* @assertion: Let O be the result of calling ToObject passing the this value as the argument.
 * @negative
 */
 
diff --git a/test/suite/sputnik/Conformance/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.3_Object.prototype.toLocaleString/S15.2.4.3_A13.js b/test/suite/sputnik/Conformance/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.3_Object.prototype.toLocaleString/S15.2.4.3_A13.js
index 8bc052aaad4e6461320b330c771b198419606498..3f147179c3a67b9c82b4b2a4664ea5d3237be893 100644
--- a/test/suite/sputnik/Conformance/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.3_Object.prototype.toLocaleString/S15.2.4.3_A13.js
+++ b/test/suite/sputnik/Conformance/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.3_Object.prototype.toLocaleString/S15.2.4.3_A13.js
@@ -4,8 +4,7 @@
 /**
 * @name: S15.2.4.3_A13;
 * @section: 15.2.4.3;
-* @assertion: Let O be the result of calling ToObject passing the this
-*             value as the argument.
+* @assertion: Let O be the result of calling ToObject passing the this value as the argument.
 * @negative
 */
 
diff --git a/test/suite/sputnik/Conformance/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A12.js b/test/suite/sputnik/Conformance/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A12.js
index fa1de95ec61e2448ec77463df3388efaf412a3a8..398d0458123f37a4133f130d55b001a3f04bd36e 100644
--- a/test/suite/sputnik/Conformance/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A12.js
+++ b/test/suite/sputnik/Conformance/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A12.js
@@ -4,8 +4,7 @@
 /**
 * @name: S15.2.4.4_A12;
 * @section: 15.2.4.4;
-* @assertion: Let O be the result of calling ToObject passing the this
-*             value as the argument.
+* @assertion: Let O be the result of calling ToObject passing the this value as the argument.
 * @negative
 */
 
diff --git a/test/suite/sputnik/Conformance/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A13.js b/test/suite/sputnik/Conformance/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A13.js
index 5094fed618fb12823a86c7511c90134b2850f6e4..5fd705e646f866523bfe669ac5dc848af5e5641f 100644
--- a/test/suite/sputnik/Conformance/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A13.js
+++ b/test/suite/sputnik/Conformance/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A13.js
@@ -4,8 +4,7 @@
 /**
 * @name: S15.2.4.4_A13;
 * @section: 15.2.4.4;
-* @assertion: Let O be the result of calling ToObject passing the this
-*             value as the argument.
+* @assertion: Let O be the result of calling ToObject passing the this value as the argument.
 * @negative
 */
 
diff --git a/test/suite/sputnik/Conformance/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A14.js b/test/suite/sputnik/Conformance/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A14.js
index 268ae9e879541cabedb07beb37eb25f9c1e5e116..6076e3663d5137834439d0f477e7627201ef1241 100644
--- a/test/suite/sputnik/Conformance/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A14.js
+++ b/test/suite/sputnik/Conformance/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A14.js
@@ -4,8 +4,7 @@
 /**
 * @name: S15.2.4.4_A14;
 * @section: 15.2.4.4;
-* @assertion: Let O be the result of calling ToObject passing the this
-*             value as the argument.
+* @assertion: Let O be the result of calling ToObject passing the this value as the argument.
 * @negative
 */
 
diff --git a/test/suite/sputnik/Conformance/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.5_Object.prototype.hasOwnProperty/S15.2.4.5_A12.js b/test/suite/sputnik/Conformance/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.5_Object.prototype.hasOwnProperty/S15.2.4.5_A12.js
index 3211141503d6a0ac8c7655644bfb0c13d1c2db34..d1a5bfc28d9fe10104662d7b6f2d78342d120aa6 100644
--- a/test/suite/sputnik/Conformance/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.5_Object.prototype.hasOwnProperty/S15.2.4.5_A12.js
+++ b/test/suite/sputnik/Conformance/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.5_Object.prototype.hasOwnProperty/S15.2.4.5_A12.js
@@ -4,8 +4,7 @@
 /**
 * @name: S15.2.4.5_A12;
 * @section: 15.2.4.5;
-* @assertion: Let O be the result of calling ToObject passing the this
-*             value as the argument.
+* @assertion: Let O be the result of calling ToObject passing the this value as the argument.
 * @negative
 */
 
diff --git a/test/suite/sputnik/Conformance/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.5_Object.prototype.hasOwnProperty/S15.2.4.5_A13.js b/test/suite/sputnik/Conformance/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.5_Object.prototype.hasOwnProperty/S15.2.4.5_A13.js
index 42a8861c0ecb16f4cd7c517e498cc4c781c72cec..076f347b25c28e9fa0d3c0489769bacf7ef545c3 100644
--- a/test/suite/sputnik/Conformance/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.5_Object.prototype.hasOwnProperty/S15.2.4.5_A13.js
+++ b/test/suite/sputnik/Conformance/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.5_Object.prototype.hasOwnProperty/S15.2.4.5_A13.js
@@ -4,8 +4,7 @@
 /**
 * @name: S15.2.4.5_A13;
 * @section: 15.2.4.5;
-* @assertion: Let O be the result of calling ToObject passing the this
-*             value as the argument.
+* @assertion: Let O be the result of calling ToObject passing the this value as the argument.
 * @negative
 */
 
diff --git a/test/suite/sputnik/Conformance/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.6_Object.prototype.isPrototypeOf/S15.2.4.6_A12.js b/test/suite/sputnik/Conformance/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.6_Object.prototype.isPrototypeOf/S15.2.4.6_A12.js
index 8572d61fa35ba54a88c509a2c57bbe69e6841ff0..79c1a8d9c8c3567b2519c065dc55416f0e194ec9 100644
--- a/test/suite/sputnik/Conformance/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.6_Object.prototype.isPrototypeOf/S15.2.4.6_A12.js
+++ b/test/suite/sputnik/Conformance/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.6_Object.prototype.isPrototypeOf/S15.2.4.6_A12.js
@@ -4,8 +4,7 @@
 /**
 * @name: S15.2.4.6_A12;
 * @section: 15.2.4.6;
-* @assertion: Let O be the result of calling ToObject passing the this
-*             value as the argument.
+* @assertion: Let O be the result of calling ToObject passing the this value as the argument.
 * @negative
 */
 
diff --git a/test/suite/sputnik/Conformance/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.6_Object.prototype.isPrototypeOf/S15.2.4.6_A13.js b/test/suite/sputnik/Conformance/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.6_Object.prototype.isPrototypeOf/S15.2.4.6_A13.js
index d12da2aaa91d1b861c1b569dc39ff99039a12723..6ced9ca6b4196064d2785e81d2bd0bb4d3bd453a 100644
--- a/test/suite/sputnik/Conformance/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.6_Object.prototype.isPrototypeOf/S15.2.4.6_A13.js
+++ b/test/suite/sputnik/Conformance/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.6_Object.prototype.isPrototypeOf/S15.2.4.6_A13.js
@@ -4,8 +4,7 @@
 /**
 * @name: S15.2.4.6_A13;
 * @section: 15.2.4.6;
-* @assertion: Let O be the result of calling ToObject passing the this
-*             value as the argument.
+* @assertion: Let O be the result of calling ToObject passing the this value as the argument.
 * @negative
 */
 
diff --git a/test/suite/sputnik/Conformance/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A12.js b/test/suite/sputnik/Conformance/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A12.js
index 71f73443eec07ab265a549ede06ec6563d85cec7..7e3c9c2b48f9fa0b56b5cdd5c430c64ed7041536 100644
--- a/test/suite/sputnik/Conformance/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A12.js
+++ b/test/suite/sputnik/Conformance/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A12.js
@@ -4,8 +4,7 @@
 /**
 * @name: S15.2.4.7_A12;
 * @section: 15.2.4.7;
-* @assertion: Let O be the result of calling ToObject passing the this
-*             value as the argument.
+* @assertion: Let O be the result of calling ToObject passing the this value as the argument.
 * @negative
 */
 
diff --git a/test/suite/sputnik/Conformance/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A13.js b/test/suite/sputnik/Conformance/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A13.js
index ee855bdd1660135477cd3d33b07912b0829b93e4..313321c3c90e43325bd510183ef90132668e8780 100644
--- a/test/suite/sputnik/Conformance/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A13.js
+++ b/test/suite/sputnik/Conformance/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A13.js
@@ -4,8 +4,7 @@
 /**
 * @name: S15.2.4.7_A13;
 * @section: 15.2.4.7;
-* @assertion: Let O be the result of calling ToObject passing the this
-*             value as the argument.
+* @assertion: Let O be the result of calling ToObject passing the this value as the argument.
 * @negative
 */
 
diff --git a/test/suite/sputnik/Conformance/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A12.js b/test/suite/sputnik/Conformance/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A12.js
index 6c26bd6a86d4a26d989f543dc9e9c10359bd0ddf..3b5c2886e8bffbfd6045a1b5990a59022d929f9e 100644
--- a/test/suite/sputnik/Conformance/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A12.js
+++ b/test/suite/sputnik/Conformance/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A12.js
@@ -4,9 +4,7 @@
 /**
 * @name: S15.3.4.2_A12;
 * @section: 15.3.4.2;
-* @assertion: The Function.prototype.toString function is not generic;
-*             it throws a TypeError exception if its this value is not
-*             a Function object.
+* @assertion: The Function.prototype.toString function is not generic; it throws a TypeError exception if its this value is not a Function object.
 * @negative TypeError;
 */
 
diff --git a/test/suite/sputnik/Conformance/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A13.js b/test/suite/sputnik/Conformance/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A13.js
index 32a3913021636b32c197d3fe850102c27f62c37a..01493ba657f67b816c4301f03f3c53d4ab6dd5a0 100644
--- a/test/suite/sputnik/Conformance/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A13.js
+++ b/test/suite/sputnik/Conformance/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A13.js
@@ -4,9 +4,7 @@
 /**
 * @name: S15.3.4.2_A13;
 * @section: 15.3.4.2;
-* @assertion: The toString function is not generic; it throws a
-*             TypeError exception if its this value is not a Function
-*             object.
+* @assertion: The toString function is not generic; it throws a TypeError exception if its this value is not a Function object.
 * @negative TypeError;
 */
 
diff --git a/test/suite/sputnik/Conformance/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A14.js b/test/suite/sputnik/Conformance/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A14.js
index 8ff48e6de5d940d873070f0eebf5ad2e2eeec8f1..144b848dd54cd6725de45f16d2f8f6f4186d99a2 100644
--- a/test/suite/sputnik/Conformance/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A14.js
+++ b/test/suite/sputnik/Conformance/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A14.js
@@ -4,9 +4,7 @@
 /**
 * @name: S15.3.4.2_A14;
 * @section: 15.3.4.2;
-* @assertion: The toString function is not generic; it throws a
-*             TypeError exception if its this value is not a Function
-*             object.
+* @assertion: The toString function is not generic; it throws a TypeError exception if its this value is not a Function object.
 * @negative TypeError;
 */
 
diff --git a/test/suite/sputnik/Conformance/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A15.js b/test/suite/sputnik/Conformance/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A15.js
index 4dbd3592849bdc0fe1f7e927c11481eaf0a072ae..1d01abb063fda4d968d266a4eb5b5495446c629c 100644
--- a/test/suite/sputnik/Conformance/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A15.js
+++ b/test/suite/sputnik/Conformance/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A15.js
@@ -4,12 +4,8 @@
 /**
 * @name: S15.3.4.2_A15;
 * @section: 15.3.4.2;
-* @assertion: The toString function is not generic; it throws a
-*             TypeError exception if its this value is not a Function
-*             object.
-* @description: Whether or not they are callable, RegExp objects are
-*               not Function objects, so toString should throw a
-*               TypeError.
+* @assertion: The toString function is not generic; it throws a TypeError exception if its this value is not a Function object.
+* @description: Whether or not they are callable, RegExp objects are not Function objects, so toString should throw a TypeError.
 * @negative TypeError;
 */
 
diff --git a/test/suite/sputnik/Conformance/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A16.js b/test/suite/sputnik/Conformance/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A16.js
index 6a51b0ceee92468f669ec4f34ddf835a9674a376..fb670b86102815a159cfdc09783db24f2cce1aaa 100644
--- a/test/suite/sputnik/Conformance/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A16.js
+++ b/test/suite/sputnik/Conformance/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A16.js
@@ -4,12 +4,8 @@
 /**
 * @name: S15.3.4.2_A16;
 * @section: 15.3.4.2;
-* @assertion: The toString function is not generic; it throws a
-*             TypeError exception if its this value is not a Function
-*             object.
-* @description: The String constructor, given an object, should invoke
-*               that object's toString method as a method, i.e., with
-*               its this value bound to that object.
+* @assertion: The toString function is not generic; it throws a TypeError exception if its this value is not a Function object.
+* @description: The String constructor, given an object, should invoke that object's toString method as a method, i.e., with its this value bound to that object.
 * @negative TypeError;
 */
 
diff --git a/test/suite/sputnik/Conformance/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A16.js b/test/suite/sputnik/Conformance/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A16.js
index 08425ed7093627903a262542e12ffbf699a09850..fd7212126b71d86b7f6060d79d4db34ae2c1c4f6 100644
--- a/test/suite/sputnik/Conformance/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A16.js
+++ b/test/suite/sputnik/Conformance/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A16.js
@@ -5,10 +5,7 @@
 * @name: S15.3.4.3_A16;
 * @section: 15.3.4.3;
 * @assertion: If IsCallable(func) is false, then throw a TypeError exception.
-* @description: A RegExp is not a function, but it may be
-*               callable. Iff it is, it's typeof should be 'function',
-*               in which case apply should accept it as a valid this
-*               value.
+* @description: A RegExp is not a function, but it may be callable. Iff it is, it's typeof should be 'function', in which case apply should accept it as a valid this value.
 */
 
 var re = (/x/);
diff --git a/test/suite/sputnik/Conformance/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A16.js b/test/suite/sputnik/Conformance/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A16.js
index 2333f4ec4ac75774cd17aac6a4ae365eb69d5f9e..9bc867325058da8da52cc1151770b486abfdd230 100644
--- a/test/suite/sputnik/Conformance/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A16.js
+++ b/test/suite/sputnik/Conformance/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A16.js
@@ -5,10 +5,7 @@
 * @name: S15.3.4.4_A16;
 * @section: 15.3.4.4;
 * @assertion: If IsCallable(func) is false, then throw a TypeError exception.
-* @description: A RegExp is not a function, but it may be
-*               callable. Iff it is, it's typeof should be 'function',
-*               in which case call should accept it as a valid this
-*               value.
+* @description: A RegExp is not a function, but it may be callable. Iff it is, it's typeof should be 'function', in which case call should accept it as a valid this value.
 */
 
 var re = (/x/);
diff --git a/test/suite/sputnik/Conformance/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.5_Function.prototype.bind/S15.3.4.5_A16.js b/test/suite/sputnik/Conformance/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.5_Function.prototype.bind/S15.3.4.5_A16.js
index c0d57b81ac6357d86ccb3150f68e831e638eb551..512009cb9a99e7880c936c66c264bb800afbe380 100644
--- a/test/suite/sputnik/Conformance/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.5_Function.prototype.bind/S15.3.4.5_A16.js
+++ b/test/suite/sputnik/Conformance/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.5_Function.prototype.bind/S15.3.4.5_A16.js
@@ -5,10 +5,7 @@
 * @name: S15.3.4.5_A16;
 * @section: 15.3.4.5;
 * @assertion: If IsCallable(func) is false, then throw a TypeError exception.
-* @description: A RegExp is not a function, but it may be
-*               callable. Iff it is, it's typeof should be 'function',
-*               in which case bind should accept it as a valid this
-*               value.
+* @description: A RegExp is not a function, but it may be callable. Iff it is, it's typeof should be 'function', in which case bind should accept it as a valid this value.
 */
 
 var re = (/x/);
diff --git a/test/suite/sputnik/Conformance/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.5_Function.prototype.bind/S15.3.4.5_A2.js b/test/suite/sputnik/Conformance/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.5_Function.prototype.bind/S15.3.4.5_A2.js
index 08e3489a5dc773f18cdfa391807575973e874708..4a87c1dcbb081ae958a95232ff2332800ac8f32a 100644
--- a/test/suite/sputnik/Conformance/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.5_Function.prototype.bind/S15.3.4.5_A2.js
+++ b/test/suite/sputnik/Conformance/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.5_Function.prototype.bind/S15.3.4.5_A2.js
@@ -5,8 +5,7 @@
 * @name: S15.3.4.5_A1;
 * @section: 15.3.4.5;
 * @assertion: "arguments" of bound function is poisoned (step 21);
-* @description a bound function should fail to find the bound function
-*              "arguments";
+* @description a bound function should fail to find the bound function "arguments";
 * @negative TypeError;
 */
 
diff --git a/test/suite/sputnik/Conformance/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/S15.3.4_A1.js b/test/suite/sputnik/Conformance/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/S15.3.4_A1.js
index 4f46396488604fa92f71d7282e1551b055b252d6..75977590a17591ad8f554a9d3fe14aee9dff1d6b 100644
--- a/test/suite/sputnik/Conformance/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/S15.3.4_A1.js
+++ b/test/suite/sputnik/Conformance/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/S15.3.4_A1.js
@@ -4,8 +4,7 @@
 /**
 * @name: S15.3.4_A1;
 * @section: 15.3.4;
-* @assertion: The Function prototype object is itself a Function
-*             object (its [[Class]] is "Function");
+* @assertion: The Function prototype object is itself a Function object (its [[Class]] is "Function");
 * @description: Object.prototype.toString returns [object+[[Class]]+];
 */
 
diff --git a/test/suite/sputnik/Conformance/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/S15.3.4_A3_T1.js b/test/suite/sputnik/Conformance/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/S15.3.4_A3_T1.js
index 423bf92f1246201089816ad248dae0dbfdd518ec..98febc2e55f5627c04ae1cf5f15d5f989b2c9d78 100644
--- a/test/suite/sputnik/Conformance/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/S15.3.4_A3_T1.js
+++ b/test/suite/sputnik/Conformance/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/S15.3.4_A3_T1.js
@@ -4,9 +4,7 @@
 /**
 * @name: S15.3.4_A3_T1;
 * @section: 15.3.4;
-* @assertion: The value of the internal [[Prototype]] property of the
-*             Function prototype object is the Object prototype object
-*             (15.3.4);
+* @assertion: The value of the internal [[Prototype]] property of the Function prototype object is the Object prototype object (15.3.4);
 * @description: Checking prototype of Function.prototype;
 */
 
diff --git a/test/suite/sputnik/Conformance/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.1_A1_T1.js b/test/suite/sputnik/Conformance/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.1_A1_T1.js
index 9f23a6efce02b7d34f648115b7e6d53e73d4ff4d..1b02ea9a553994ff2d77e16dc5914bedecf15fef 100644
--- a/test/suite/sputnik/Conformance/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.1_A1_T1.js
+++ b/test/suite/sputnik/Conformance/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.1_A1_T1.js
@@ -4,9 +4,7 @@
 /**
 * @name: S15.3.5.1_A1_T1;
 * @section: 15.3.5.1;
-* @assertion: The value of the length property is usually an integer
-*             that indicates the 'typical' number of arguments
-*             expected by the function;
+* @assertion: The value of the length property is usually an integer that indicates the 'typical' number of arguments expected by the function;
 * @description: Checking length property of Function("arg1,arg2,arg3", null);
 */
 
diff --git a/test/suite/sputnik/Conformance/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A8.js b/test/suite/sputnik/Conformance/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A8.js
index b32842a7b9ccbf10020fc11077f7da14251ce486..d904c6990ae6af7da87612b6efb33f1f27f3b179 100644
--- a/test/suite/sputnik/Conformance/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A8.js
+++ b/test/suite/sputnik/Conformance/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A8.js
@@ -4,8 +4,7 @@
 /**
 * @name: S15.4.4.11_A8;
 * @section: 15.4.4.11;
-* @assertion: Call the comparefn passing undefined as the this value
-*             (step 13b);
+* @assertion: Call the comparefn passing undefined as the this value (step 13b);
 * @description: comparefn tests that its this value is undefined;
 */
 
diff --git a/test/suite/sputnik/Conformance/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/S15.4.4_A1.1_T2.js b/test/suite/sputnik/Conformance/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/S15.4.4_A1.1_T2.js
index e038e553de6a98c8b37935fdaf00f32c29c92821..adca8da626ea665acf3861040114354cef79a8af 100644
--- a/test/suite/sputnik/Conformance/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/S15.4.4_A1.1_T2.js
+++ b/test/suite/sputnik/Conformance/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/S15.4.4_A1.1_T2.js
@@ -4,8 +4,7 @@
 /**
  * @name: S15.4.4_A1.1_T2;
  * @section: 15.4.4;
- * @assertion:The Array prototype object is itself an array; its
-*             [[Class]] is "Array",
+ * @assertion:The Array prototype object is itself an array; its [[Class]] is "Array",
 */
 
 //CHECK#1