mirror of
https://github.com/tc39/test262.git
synced 2025-07-27 07:54:41 +02:00
fixes increment typo
This commit is contained in:
parent
df1d78d10f
commit
b175e34478
@ -5,7 +5,7 @@
|
|||||||
es5id: 11.4.5-2-2gs
|
es5id: 11.4.5-2-2gs
|
||||||
description: >
|
description: >
|
||||||
Strict Mode - SyntaxError is throw if the UnaryExpression operated
|
Strict Mode - SyntaxError is throw if the UnaryExpression operated
|
||||||
upon by a Prefix Increment operator(--arguments)
|
upon by a Prefix Decrement operator(--arguments)
|
||||||
negative: SyntaxError
|
negative: SyntaxError
|
||||||
flags: [onlyStrict]
|
flags: [onlyStrict]
|
||||||
---*/
|
---*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user