test262/test/language
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
..
arguments-object Generate tests 2018-09-04 17:10:51 -04:00
asi
block-scope
comments
computed-property-names
destructuring/binding
directive-prologue Extend metadata with `esid` 2018-07-13 16:09:19 -04:00
eval-code Add feature flags for `new.target` 2018-07-24 20:31:35 +01:00
export
expressions Refactor increment/decrement tests for parsers (#1786) 2018-09-24 12:29:30 -04:00
function-code
future-reserved-words
global-code Add feature flags for `new.target` 2018-07-24 20:31:35 +01:00
identifier-resolution
identifiers
import
keywords
line-terminators
literals Refactor string literal test for parsers 2018-07-13 16:17:19 -04:00
module-code Add feature flags for `new.target` 2018-07-24 20:31:35 +01:00
punctuators
reserved-words
rest-parameters
source-text
statements Generate tests 2018-09-18 14:16:20 -04:00
types
white-space