mirror of https://github.com/tc39/test262.git
The tests for the parsing of postfix increment, postfix decrement, prefix increment, and prefix decrement were expressed using `eval`. This made the tests more complex than necessary and also prevented the tests from providing value to ECMAScript parsers. Remove the use of `eval` and instead express the expectations with literal source text. |
||
---|---|---|
.. | ||
11.4.4-2-3-s.js | ||
S11.4.4_A2.1_T1.js | ||
S11.4.4_A2.1_T2.js | ||
S11.4.4_A2.2_T1.js | ||
S11.4.4_A3_T1.js | ||
S11.4.4_A3_T2.js | ||
S11.4.4_A3_T3.js | ||
S11.4.4_A3_T4.js | ||
S11.4.4_A3_T5.js | ||
S11.4.4_A4_T1.js | ||
S11.4.4_A4_T2.js | ||
S11.4.4_A4_T3.js | ||
S11.4.4_A4_T4.js | ||
S11.4.4_A4_T5.js | ||
S11.4.4_A5_T1.js | ||
S11.4.4_A5_T2.js | ||
S11.4.4_A5_T3.js | ||
S11.4.4_A5_T4.js | ||
S11.4.4_A5_T5.js | ||
S11.4.4_A6_T1.js | ||
S11.4.4_A6_T2.js | ||
S11.4.4_A6_T3.js | ||
arguments.js | ||
bigint.js | ||
eval.js | ||
non-simple.js | ||
target-cover-id.js | ||
target-cover-newtarget.js | ||
target-cover-yieldexpr.js | ||
target-newtarget.js | ||
whitespace.js |