aboutsummaryrefslogtreecommitdiff
path: root/deps/v8/test/message/strict-octal-string.out
blob: 69f81a48c8425ff39f9a7962beded81f98da259a (plain)
1
2
3
4
*%(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.