test262/test/language/literals
Mike Pennisi ccaa9571ea Refactor string literal test for parsers
Thsi test for the parsing of string literals was expressed using `eval`.
This made the test more complex than necessary and also prevented the
test from providing value to ECMAScript parsers.

Remove the use of `eval` and instead express the expectation with
literal source text.
2018-07-13 16:17:19 -04:00
..
bigint Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
boolean Reorganize ./test 2014-12-07 15:33:09 -08:00
null Reorganize ./test 2014-12-07 15:33:09 -08:00
numeric NumericLiteralSeparator: Update "early" => "parse" in negative tests. Fixes gh-1512 2018-06-07 22:44:03 -04:00
regexp Revert "Revert "Additional tests for QuantifiableAssertion" (#1458)" (#1459) 2018-04-09 17:35:13 -04:00
string Refactor string literal test for parsers 2018-07-13 16:17:19 -04:00