Correct typo in test descriptions

This commit is contained in:
Mike Pennisi 2015-06-17 13:09:37 -04:00
parent 41c8717b3e
commit fabf5f3320
10 changed files with 10 additions and 10 deletions

View File

@ -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]

View File

@ -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]

View File

@ -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]

View File

@ -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]

View File

@ -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]

View File

@ -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]

View File

@ -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]

View File

@ -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]

View File

@ -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]

View File

@ -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]