mirror of
https://github.com/tc39/test262.git
synced 2025-05-28 10:40:33 +02: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.