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
boolean
null
numeric
regexp
string Refactor string literal test for parsers 2018-07-13 16:17:19 -04:00