test262/test/language/expressions/prefix-increment
jugglinmike 42ed4291f5 Refactor increment/decrement tests for parsers (#1786)
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.
2018-09-24 12:29:30 -04:00
..
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