mirror of
https://github.com/tc39/test262.git
synced 2025-08-25 20:08:30 +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.