-
- Downloads
Remove erroneous test
This test is technically valid because it does trigger a SyntaxError in conforming runtimes. However, it was authored and documented to test LegacyOctalEscapeSequence, but due to an apparent typo, it actually demonstrates an unrelated parsing error. Because 'legacy-octal-escape-sequence-stricts.js' sufficiently tests the restriction on LegacyOctalEscapeSequence, remove this test rather than correct it.
Please register or sign in to comment