mirror of https://github.com/tc39/test262.git
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: >
|
||||
Strict Mode - TypeError is thrown if The LeftHandSide of a
|
||||
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
|
||||
flags: [onlyStrict]
|
||||
includes: [runTestCase.js]
|
||||
|
|
|
@ -9,7 +9,7 @@ es5id: 11.13.2-46-s
|
|||
description: >
|
||||
Strict Mode - TypeError is thrown if The LeftHandSide of a
|
||||
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
|
||||
flags: [onlyStrict]
|
||||
includes: [runTestCase.js]
|
||||
|
|
|
@ -9,7 +9,7 @@ es5id: 11.13.2-47-s
|
|||
description: >
|
||||
Strict Mode - TypeError is thrown if The LeftHandSide of a
|
||||
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
|
||||
flags: [onlyStrict]
|
||||
includes: [runTestCase.js]
|
||||
|
|
|
@ -9,7 +9,7 @@ es5id: 11.13.2-48-s
|
|||
description: >
|
||||
Strict Mode - TypeError is thrown if The LeftHandSide of a
|
||||
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
|
||||
flags: [onlyStrict]
|
||||
includes: [runTestCase.js]
|
||||
|
|
|
@ -9,7 +9,7 @@ es5id: 11.13.2-49-s
|
|||
description: >
|
||||
Strict Mode - TypeError is thrown if The LeftHandSide of a
|
||||
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
|
||||
flags: [onlyStrict]
|
||||
includes: [runTestCase.js]
|
||||
|
|
|
@ -9,7 +9,7 @@ es5id: 11.13.2-50-s
|
|||
description: >
|
||||
Strict Mode - TypeError is thrown if The LeftHandSide of a
|
||||
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
|
||||
flags: [onlyStrict]
|
||||
includes: [runTestCase.js]
|
||||
|
|
|
@ -9,7 +9,7 @@ es5id: 11.13.2-51-s
|
|||
description: >
|
||||
Strict Mode - TypeError is thrown if The LeftHandSide of a
|
||||
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
|
||||
flags: [onlyStrict]
|
||||
includes: [runTestCase.js]
|
||||
|
|
|
@ -9,7 +9,7 @@ es5id: 11.13.2-53-s
|
|||
description: >
|
||||
Strict Mode - TypeError is thrown if The LeftHandSide of a
|
||||
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
|
||||
flags: [onlyStrict]
|
||||
includes: [runTestCase.js]
|
||||
|
|
|
@ -9,7 +9,7 @@ es5id: 11.13.2-54-s
|
|||
description: >
|
||||
Strict Mode - TypeError is thrown if The LeftHandSide of a
|
||||
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
|
||||
flags: [onlyStrict]
|
||||
includes: [runTestCase.js]
|
||||
|
|
|
@ -9,7 +9,7 @@ es5id: 11.13.2-55-s
|
|||
description: >
|
||||
Strict Mode - TypeError is thrown if The LeftHandSide of a
|
||||
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
|
||||
flags: [onlyStrict]
|
||||
includes: [runTestCase.js]
|
||||
|
|
Loading…
Reference in New Issue