Files
Kmake/deps/v8/test/message/fail/strict-octal-use-strict-after.out
2026-05-26 23:36:42 -07:00

5 lines
183 B
Plaintext

*%(basename)s:33: SyntaxError: Octal escape sequences are not allowed in strict mode.
"use\040strict";
^^
SyntaxError: Octal escape sequences are not allowed in strict mode.