Files
Kmake/deps/v8/test/message/fail/strict-octal-use-strict-after.out

5 lines
183 B
Plaintext
Raw Normal View History

2026-05-26 23:36:42 -07:00
*%(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.