v8/test/message/strict-octal-string.out

5 lines
202 B
Plaintext
Raw Normal View History

*%(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.