mirror of https://github.com/tc39/test262.git
Merge pull request #373 from edgemaster/pr372-es5
Fix 11.13.1-4-29gs.js incorrect comment explanation (es5)
This commit is contained in:
commit
7da91bceb9
|
@ -5,7 +5,7 @@
|
|||
/// copyright and this notice and otherwise comply with the Use Terms.
|
||||
/**
|
||||
* @path ch11/11.13/11.13.1/11.13.1-4-29gs.js
|
||||
* @description Strict Mode - SyntaxError is thrown if the identifier 'Math.PI' appears as the LeftHandSideExpression of simple assignment(=)
|
||||
* @description Strict Mode - TypeError is thrown if the identifier 'Math.PI' appears as the LeftHandSideExpression of simple assignment(=)
|
||||
* @onlyStrict
|
||||
* @negative .
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue