Sign in
cobalt
/
cobalt.git
/
25902c6cb1ab9cfd8ae2ee6b0fb52953f73deda5
/
.
/
v8
/
test
/
message
/
fail
/
strict-octal-string.out
blob: 69f81a48c8425ff39f9a7962beded81f98da259a [
file
]
*%(
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
.