test262/test
Mike Pennisi 025b44f38c Refactor AssignmentExpression tests for parsers
A number of tests for the parsing of the AssignmentExpression production
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` in the relevant tests and instead express the
expectations with literal source text. Remove superfluous "onlyStrict"
restriction from tests by declaring the probe binding prior to
assignment.
2017-12-10 15:59:11 -05:00
..
annexB Move incomplete_hex_unicode_escape.js to annexB 2017-11-01 08:23:43 -07:00
built-ins Fix copy-paste bugs in BigInt tests (#1361) 2017-12-01 14:16:43 -05:00
harness Missing features in the test/harness files (#1222) 2017-09-11 16:36:58 -04:00
intl402 Test change in PluralRules default options semantics (#1350) 2017-11-21 14:13:44 -05:00
language Refactor AssignmentExpression tests for parsers 2017-12-10 15:59:11 -05:00