mirror of
https://github.com/tc39/test262.git
synced 2025-07-22 21:45:04 +02:00
Correct typo in test descriptions
This commit is contained in:
parent
41c8717b3e
commit
fabf5f3320
@ -9,7 +9,7 @@ es5id: 11.13.2-45-s
|
|||||||
description: >
|
description: >
|
||||||
Strict Mode - TypeError is thrown if The LeftHandSide of a
|
Strict Mode - TypeError is thrown if The LeftHandSide of a
|
||||||
Compound Assignment operator(*=) is a reference to a non-existent
|
Compound Assignment operator(*=) is a reference to a non-existent
|
||||||
property of an object whose [[Extensible]] internal property if
|
property of an object whose [[Extensible]] internal property is
|
||||||
false
|
false
|
||||||
flags: [onlyStrict]
|
flags: [onlyStrict]
|
||||||
includes: [runTestCase.js]
|
includes: [runTestCase.js]
|
||||||
|
@ -9,7 +9,7 @@ es5id: 11.13.2-46-s
|
|||||||
description: >
|
description: >
|
||||||
Strict Mode - TypeError is thrown if The LeftHandSide of a
|
Strict Mode - TypeError is thrown if The LeftHandSide of a
|
||||||
Compound Assignment operator(/=) is a reference to a non-existent
|
Compound Assignment operator(/=) is a reference to a non-existent
|
||||||
property of an object whose [[Extensible]] internal property if
|
property of an object whose [[Extensible]] internal property is
|
||||||
false
|
false
|
||||||
flags: [onlyStrict]
|
flags: [onlyStrict]
|
||||||
includes: [runTestCase.js]
|
includes: [runTestCase.js]
|
||||||
|
@ -9,7 +9,7 @@ es5id: 11.13.2-47-s
|
|||||||
description: >
|
description: >
|
||||||
Strict Mode - TypeError is thrown if The LeftHandSide of a
|
Strict Mode - TypeError is thrown if The LeftHandSide of a
|
||||||
Compound Assignment operator(%=) is a reference to a non-existent
|
Compound Assignment operator(%=) is a reference to a non-existent
|
||||||
property of an object whose [[Extensible]] internal property if
|
property of an object whose [[Extensible]] internal property is
|
||||||
false
|
false
|
||||||
flags: [onlyStrict]
|
flags: [onlyStrict]
|
||||||
includes: [runTestCase.js]
|
includes: [runTestCase.js]
|
||||||
|
@ -9,7 +9,7 @@ es5id: 11.13.2-48-s
|
|||||||
description: >
|
description: >
|
||||||
Strict Mode - TypeError is thrown if The LeftHandSide of a
|
Strict Mode - TypeError is thrown if The LeftHandSide of a
|
||||||
Compound Assignment operator(+=) is a reference to a non-existent
|
Compound Assignment operator(+=) is a reference to a non-existent
|
||||||
property of an object whose [[Extensible]] internal property if
|
property of an object whose [[Extensible]] internal property is
|
||||||
false
|
false
|
||||||
flags: [onlyStrict]
|
flags: [onlyStrict]
|
||||||
includes: [runTestCase.js]
|
includes: [runTestCase.js]
|
||||||
|
@ -9,7 +9,7 @@ es5id: 11.13.2-49-s
|
|||||||
description: >
|
description: >
|
||||||
Strict Mode - TypeError is thrown if The LeftHandSide of a
|
Strict Mode - TypeError is thrown if The LeftHandSide of a
|
||||||
Compound Assignment operator(-=) is a reference to a non-existent
|
Compound Assignment operator(-=) is a reference to a non-existent
|
||||||
property of an object whose [[Extensible]] internal property if
|
property of an object whose [[Extensible]] internal property is
|
||||||
false
|
false
|
||||||
flags: [onlyStrict]
|
flags: [onlyStrict]
|
||||||
includes: [runTestCase.js]
|
includes: [runTestCase.js]
|
||||||
|
@ -9,7 +9,7 @@ es5id: 11.13.2-50-s
|
|||||||
description: >
|
description: >
|
||||||
Strict Mode - TypeError is thrown if The LeftHandSide of a
|
Strict Mode - TypeError is thrown if The LeftHandSide of a
|
||||||
Compound Assignment operator(<<=) is a reference to a non-existent
|
Compound Assignment operator(<<=) is a reference to a non-existent
|
||||||
property of an object whose [[Extensible]] internal property if
|
property of an object whose [[Extensible]] internal property is
|
||||||
false
|
false
|
||||||
flags: [onlyStrict]
|
flags: [onlyStrict]
|
||||||
includes: [runTestCase.js]
|
includes: [runTestCase.js]
|
||||||
|
@ -9,7 +9,7 @@ es5id: 11.13.2-51-s
|
|||||||
description: >
|
description: >
|
||||||
Strict Mode - TypeError is thrown if The LeftHandSide of a
|
Strict Mode - TypeError is thrown if The LeftHandSide of a
|
||||||
Compound Assignment operator(>>=) is a reference to a non-existent
|
Compound Assignment operator(>>=) is a reference to a non-existent
|
||||||
property of an object whose [[Extensible]] internal property if
|
property of an object whose [[Extensible]] internal property is
|
||||||
false
|
false
|
||||||
flags: [onlyStrict]
|
flags: [onlyStrict]
|
||||||
includes: [runTestCase.js]
|
includes: [runTestCase.js]
|
||||||
|
@ -9,7 +9,7 @@ es5id: 11.13.2-53-s
|
|||||||
description: >
|
description: >
|
||||||
Strict Mode - TypeError is thrown if The LeftHandSide of a
|
Strict Mode - TypeError is thrown if The LeftHandSide of a
|
||||||
Compound Assignment operator(&=) is a reference to a non-existent
|
Compound Assignment operator(&=) is a reference to a non-existent
|
||||||
property of an object whose [[Extensible]] internal property if
|
property of an object whose [[Extensible]] internal property is
|
||||||
false
|
false
|
||||||
flags: [onlyStrict]
|
flags: [onlyStrict]
|
||||||
includes: [runTestCase.js]
|
includes: [runTestCase.js]
|
||||||
|
@ -9,7 +9,7 @@ es5id: 11.13.2-54-s
|
|||||||
description: >
|
description: >
|
||||||
Strict Mode - TypeError is thrown if The LeftHandSide of a
|
Strict Mode - TypeError is thrown if The LeftHandSide of a
|
||||||
Compound Assignment operator(^=) is a reference to a non-existent
|
Compound Assignment operator(^=) is a reference to a non-existent
|
||||||
property of an object whose [[Extensible]] internal property if
|
property of an object whose [[Extensible]] internal property is
|
||||||
false
|
false
|
||||||
flags: [onlyStrict]
|
flags: [onlyStrict]
|
||||||
includes: [runTestCase.js]
|
includes: [runTestCase.js]
|
||||||
|
@ -9,7 +9,7 @@ es5id: 11.13.2-55-s
|
|||||||
description: >
|
description: >
|
||||||
Strict Mode - TypeError is thrown if The LeftHandSide of a
|
Strict Mode - TypeError is thrown if The LeftHandSide of a
|
||||||
Compound Assignment operator(|=) is a reference to a non-existent
|
Compound Assignment operator(|=) is a reference to a non-existent
|
||||||
property of an object whose [[Extensible]] internal property if
|
property of an object whose [[Extensible]] internal property is
|
||||||
false
|
false
|
||||||
flags: [onlyStrict]
|
flags: [onlyStrict]
|
||||||
includes: [runTestCase.js]
|
includes: [runTestCase.js]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user