test262/test
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
..
annexB Add a test covering the behavior of SingleLineHTMLCloseComment where the LineTerminatorSequence within is either Unicode separator code point. (#1612) 2018-06-27 17:48:24 -04:00
built-ins remove some trailing commas in calls 2018-09-21 10:04:33 -04:00
harness Remove assert.throws.early 2018-08-07 14:35:13 +02:00
intl402 remove some trailing commas in calls 2018-09-21 10:04:33 -04:00
language Refactor increment/decrement tests for parsers (#1786) 2018-09-24 12:29:30 -04:00