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 be59187b7d..cc74d369c1 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 939f3fbf12..c50bf37895 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 1ce3a1b13c..a233c39896 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 787e656467..64d60f05f2 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 05e0223eef..0cb32fc574 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 65cbd93632..2e333d1dfd 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 96441b0b37..ca66532a2c 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 e8b1040def..56a21eb30e 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 fb272f7bcb..d834d92f6c 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 19bc9f963d..6241fb2f61 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 ff34269494..5124862832 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 cd4b780b52..7fe3f00a57 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 a26ad6d7f9..9823c3caf6 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 9d47c76d70..f98cb4dafd 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 9932f9d9ba..526b1a0b6d 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 e9f3f79e24..b45d89eeb3 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 498bd3578e..ac4828524c 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 ae979d8f76..e35571d9d4 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 28e118c870..cb6740bdfc 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 78cd758818..cdfd7df1c6 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 a7b1408102..34122b3e90 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 0ac2023ee3..4393c35756 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 2bcdb6bb91..4691a8dd06 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 30e0ab548e..3727e638e2 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 bf78b1aa4c..49038aab21 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 8bc052aaad..3f147179c3 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 fa1de95ec6..398d045812 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 5094fed618..5fd705e646 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 268ae9e879..6076e3663d 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 3211141503..d1a5bfc28d 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 42a8861c0e..076f347b25 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 8572d61fa3..79c1a8d9c8 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 d12da2aaa9..6ced9ca6b4 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 71f73443ee..7e3c9c2b48 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 ee855bdd16..313321c3c9 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 6c26bd6a86..3b5c2886e8 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 32a3913021..01493ba657 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 8ff48e6de5..144b848dd5 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 4dbd359284..1d01abb063 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 6a51b0ceee..fb670b8610 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 08425ed709..fd7212126b 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 2333f4ec4a..9bc8673250 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 c0d57b81ac..512009cb9a 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 08e3489a5d..4a87c1dcbb 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 4f46396488..75977590a1 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 423bf92f12..98febc2e55 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 9f23a6efce..1b02ea9a55 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 b32842a7b9..d904c6990a 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 e038e553de..adca8da626 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