forked from LeenkxTeam/Kmake
5 lines
202 B
Plaintext
5 lines
202 B
Plaintext
*%(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.
|