mirror of
https://github.com/tc39/test262.git
synced 2025-07-24 06:25:30 +02:00
Fix typo in comments (Standart -> Standard)
This commit is contained in:
parent
6fa2525107
commit
1bcb4fc2ef
@ -2,7 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// 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
|
es5id: 7.9.2_A1_T1
|
||||||
description: "{ 1 2 } 3 is not a valid sentence in the ECMAScript grammar"
|
description: "{ 1 2 } 3 is not a valid sentence in the ECMAScript grammar"
|
||||||
negative:
|
negative:
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// 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
|
es5id: 7.9.2_A1_T2
|
||||||
description: >
|
description: >
|
||||||
{ 1 \n 2 } 3 is a valid sentence in the ECMAScript grammar with
|
{ 1 \n 2 } 3 is a valid sentence in the ECMAScript grammar with
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// 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
|
es5id: 7.9.2_A1_T3
|
||||||
description: for( a ; b \n ) is not a valid sentence in the ECMAScript grammar
|
description: for( a ; b \n ) is not a valid sentence in the ECMAScript grammar
|
||||||
negative:
|
negative:
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// 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
|
es5id: 7.9.2_A1_T4
|
||||||
description: >
|
description: >
|
||||||
return \n a+b is a valid sentence in the ECMAScript grammar with
|
return \n a+b is a valid sentence in the ECMAScript grammar with
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// 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
|
es5id: 7.9.2_A1_T5
|
||||||
description: >
|
description: >
|
||||||
a=b \n ++c is a valid sentence in the ECMAScript grammar with
|
a=b \n ++c is a valid sentence in the ECMAScript grammar with
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// 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
|
es5id: 7.9.2_A1_T6
|
||||||
description: >
|
description: >
|
||||||
if(a>b) \n else c=d is not a valid sentence in the ECMAScript
|
if(a>b) \n else c=d is not a valid sentence in the ECMAScript
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// 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
|
es5id: 7.9.2_A1_T7
|
||||||
description: >
|
description: >
|
||||||
a=b+c \n (d+e).print() is a valid sentence in the ECMAScript
|
a=b+c \n (d+e).print() is a valid sentence in the ECMAScript
|
||||||
|
Loading…
x
Reference in New Issue
Block a user