diff --git a/test/language/asi/S7.9.2_A1_T1.js b/test/language/asi/S7.9.2_A1_T1.js index b6e183eddfc0970fe0fa29c8a295d1a3bd15eec8..e0aede29340ab45949976a652e99f59833b7e15f 100644 --- a/test/language/asi/S7.9.2_A1_T1.js +++ b/test/language/asi/S7.9.2_A1_T1.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -info: Check examples for automatic semicolon insertion from the Standart +info: Check examples for automatic semicolon insertion from the standard es5id: 7.9.2_A1_T1 description: "{ 1 2 } 3 is not a valid sentence in the ECMAScript grammar" negative: diff --git a/test/language/asi/S7.9.2_A1_T2.js b/test/language/asi/S7.9.2_A1_T2.js index 08c269009adcb3b33114f9b18b1ba1f319e6876b..f8d1036899f1714528e28016a777f198ca0d2275 100644 --- a/test/language/asi/S7.9.2_A1_T2.js +++ b/test/language/asi/S7.9.2_A1_T2.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -info: Check examples for automatic semicolon insertion from the Standart +info: Check examples for automatic semicolon insertion from the standard es5id: 7.9.2_A1_T2 description: > { 1 \n 2 } 3 is a valid sentence in the ECMAScript grammar with diff --git a/test/language/asi/S7.9.2_A1_T3.js b/test/language/asi/S7.9.2_A1_T3.js index bfb21908b3634baa4d665db678fef63e60885d79..200c1216b2f4e5d302dfa95c4e28631cefb6a821 100644 --- a/test/language/asi/S7.9.2_A1_T3.js +++ b/test/language/asi/S7.9.2_A1_T3.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -info: Check examples for automatic semicolon insertion from the Standart +info: Check examples for automatic semicolon insertion from the standard es5id: 7.9.2_A1_T3 description: for( a ; b \n ) is not a valid sentence in the ECMAScript grammar negative: diff --git a/test/language/asi/S7.9.2_A1_T4.js b/test/language/asi/S7.9.2_A1_T4.js index 616c9d34a79ce455df6ada461b98c8edb8d8495c..9886fe14d657373aeaebd2241141ad9fc5a44c00 100644 --- a/test/language/asi/S7.9.2_A1_T4.js +++ b/test/language/asi/S7.9.2_A1_T4.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -info: Check examples for automatic semicolon insertion from the Standart +info: Check examples for automatic semicolon insertion from the standard es5id: 7.9.2_A1_T4 description: > return \n a+b is a valid sentence in the ECMAScript grammar with diff --git a/test/language/asi/S7.9.2_A1_T5.js b/test/language/asi/S7.9.2_A1_T5.js index 4ceaf7da7a5786468e3e8c8bd5bb0094fc2d1904..5873f400273a5911929b067bf863591601e62678 100644 --- a/test/language/asi/S7.9.2_A1_T5.js +++ b/test/language/asi/S7.9.2_A1_T5.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -info: Check examples for automatic semicolon insertion from the Standart +info: Check examples for automatic semicolon insertion from the standard es5id: 7.9.2_A1_T5 description: > a=b \n ++c is a valid sentence in the ECMAScript grammar with diff --git a/test/language/asi/S7.9.2_A1_T6.js b/test/language/asi/S7.9.2_A1_T6.js index b260eefc2f502cd4ac38e3beba4eefe4535d1237..e62f2ba7bb4c8448b64fe06322b37992cd3be1bd 100644 --- a/test/language/asi/S7.9.2_A1_T6.js +++ b/test/language/asi/S7.9.2_A1_T6.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -info: Check examples for automatic semicolon insertion from the Standart +info: Check examples for automatic semicolon insertion from the standard es5id: 7.9.2_A1_T6 description: > if(a>b) \n else c=d is not a valid sentence in the ECMAScript diff --git a/test/language/asi/S7.9.2_A1_T7.js b/test/language/asi/S7.9.2_A1_T7.js index a434fb317ea950b4a43802e729bc2d4d7d550d1e..e574715575075b183d39663b4338d431cb843050 100644 --- a/test/language/asi/S7.9.2_A1_T7.js +++ b/test/language/asi/S7.9.2_A1_T7.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -info: Check examples for automatic semicolon insertion from the Standart +info: Check examples for automatic semicolon insertion from the standard es5id: 7.9.2_A1_T7 description: > a=b+c \n (d+e).print() is a valid sentence in the ECMAScript