From fabf5f33203ae794c0b0798e1006775b5c4cb55a Mon Sep 17 00:00:00 2001 From: Mike Pennisi <mike@mikepennisi.com> Date: Wed, 17 Jun 2015 13:09:37 -0400 Subject: [PATCH] Correct typo in test descriptions --- test/language/expressions/compound-assignment/11.13.2-45-s.js | 2 +- test/language/expressions/compound-assignment/11.13.2-46-s.js | 2 +- test/language/expressions/compound-assignment/11.13.2-47-s.js | 2 +- test/language/expressions/compound-assignment/11.13.2-48-s.js | 2 +- test/language/expressions/compound-assignment/11.13.2-49-s.js | 2 +- test/language/expressions/compound-assignment/11.13.2-50-s.js | 2 +- test/language/expressions/compound-assignment/11.13.2-51-s.js | 2 +- test/language/expressions/compound-assignment/11.13.2-53-s.js | 2 +- test/language/expressions/compound-assignment/11.13.2-54-s.js | 2 +- test/language/expressions/compound-assignment/11.13.2-55-s.js | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/test/language/expressions/compound-assignment/11.13.2-45-s.js b/test/language/expressions/compound-assignment/11.13.2-45-s.js index 362b297ea6..562d03dbe6 100644 --- a/test/language/expressions/compound-assignment/11.13.2-45-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-45-s.js @@ -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] diff --git a/test/language/expressions/compound-assignment/11.13.2-46-s.js b/test/language/expressions/compound-assignment/11.13.2-46-s.js index 5723292fc6..a6e10839e7 100644 --- a/test/language/expressions/compound-assignment/11.13.2-46-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-46-s.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] diff --git a/test/language/expressions/compound-assignment/11.13.2-47-s.js b/test/language/expressions/compound-assignment/11.13.2-47-s.js index ed0e21d442..f2593a40fd 100644 --- a/test/language/expressions/compound-assignment/11.13.2-47-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-47-s.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] diff --git a/test/language/expressions/compound-assignment/11.13.2-48-s.js b/test/language/expressions/compound-assignment/11.13.2-48-s.js index 360fb67b92..196d5d8c9a 100644 --- a/test/language/expressions/compound-assignment/11.13.2-48-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-48-s.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] diff --git a/test/language/expressions/compound-assignment/11.13.2-49-s.js b/test/language/expressions/compound-assignment/11.13.2-49-s.js index 020a4066d4..59e49a8ce6 100644 --- a/test/language/expressions/compound-assignment/11.13.2-49-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-49-s.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] diff --git a/test/language/expressions/compound-assignment/11.13.2-50-s.js b/test/language/expressions/compound-assignment/11.13.2-50-s.js index 1ab47ea9bb..21d71a75bf 100644 --- a/test/language/expressions/compound-assignment/11.13.2-50-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-50-s.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] diff --git a/test/language/expressions/compound-assignment/11.13.2-51-s.js b/test/language/expressions/compound-assignment/11.13.2-51-s.js index 1a3d46b8ae..ff95775f29 100644 --- a/test/language/expressions/compound-assignment/11.13.2-51-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-51-s.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] diff --git a/test/language/expressions/compound-assignment/11.13.2-53-s.js b/test/language/expressions/compound-assignment/11.13.2-53-s.js index 913765e6c7..3dd93966a4 100644 --- a/test/language/expressions/compound-assignment/11.13.2-53-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-53-s.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] diff --git a/test/language/expressions/compound-assignment/11.13.2-54-s.js b/test/language/expressions/compound-assignment/11.13.2-54-s.js index ef76093548..501dd672bf 100644 --- a/test/language/expressions/compound-assignment/11.13.2-54-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-54-s.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] diff --git a/test/language/expressions/compound-assignment/11.13.2-55-s.js b/test/language/expressions/compound-assignment/11.13.2-55-s.js index 410f217e88..6427fa23ca 100644 --- a/test/language/expressions/compound-assignment/11.13.2-55-s.js +++ b/test/language/expressions/compound-assignment/11.13.2-55-s.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] -- GitLab