mirror of https://github.com/tc39/test262.git
aa4c533d28
The tests for the parsing of various statement were expressed using eval. This made the tests more complex than necessary and also prevented the tests from providing value to ECMAScript parsers. Remove the use of eval and instead express the expectations with literal source text. Rename the files to make each test's purpose more clear. |
||
---|---|---|
.. | ||
early-errors | ||
12.1-1.js | ||
12.1-2.js | ||
12.1-3.js | ||
12.1-4.js | ||
12.1-5.js | ||
12.1-6.js | ||
12.1-7.js | ||
S12.1_A2.js | ||
S12.1_A4_T1.js | ||
S12.1_A4_T2.js | ||
S12.1_A5.js | ||
scope-lex-close.js | ||
scope-lex-open.js | ||
scope-var-none.js | ||
tco-stmt-list.js | ||
tco-stmt.js |