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

5 lines
202 B
Plaintext

*%(basename)s:32: SyntaxError: Octal escape sequences are not allowed in strict mode.
var x = "hello\040world";
^^
SyntaxError: Octal escape sequences are not allowed in strict mode.