From 1bcb4fc2efeda229b0317b920420ad3a514edcc9 Mon Sep 17 00:00:00 2001 From: Zirak <zirakertan@gmail.com> Date: Fri, 26 Jan 2018 13:55:16 -0600 Subject: [PATCH] Fix typo in comments (Standart -> Standard) --- test/language/asi/S7.9.2_A1_T1.js | 2 +- test/language/asi/S7.9.2_A1_T2.js | 2 +- test/language/asi/S7.9.2_A1_T3.js | 2 +- test/language/asi/S7.9.2_A1_T4.js | 2 +- test/language/asi/S7.9.2_A1_T5.js | 2 +- test/language/asi/S7.9.2_A1_T6.js | 2 +- test/language/asi/S7.9.2_A1_T7.js | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/test/language/asi/S7.9.2_A1_T1.js b/test/language/asi/S7.9.2_A1_T1.js index b6e183eddf..e0aede2934 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 08c269009a..f8d1036899 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 bfb21908b3..200c1216b2 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 616c9d34a7..9886fe14d6 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 4ceaf7da7a..5873f40027 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 b260eefc2f..e62f2ba7bb 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 a434fb317e..e574715575 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 -- GitLab