summaryrefslogtreecommitdiff
path: root/deps/v8/test/message/fail/strict-octal-use-strict-before.out
blob: e7422884313d588c77aee9185ce7f33e526ab85d (plain)
1
2
3
4
*%(basename)s:32: SyntaxError: Octal escape sequences are not allowed in strict mode.
  "use\040strict";
       ^^
SyntaxError: Octal escape sequences are not allowed in strict mode.