Sign in
cobalt
/
cobalt
/
19.lts.1+
/
.
/
src
/
v8
/
test
/
message
/
fail
/
strict-octal-string.out
blob: 69f81a48c8425ff39f9a7962beded81f98da259a [
file
] [
log
] [
blame
]
*%(
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
.