mirror of
https://github.com/tc39/test262.git
synced 2025-11-01 20:23:53 +01:00
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.