4 lines
167 B
Text
4 lines
167 B
Text
*%(basename)s:32: SyntaxError: Octal literals are not allowed in strict mode.
|
|
var x = 012;
|
|
^^^
|
|
SyntaxError: Octal literals are not allowed in strict mode.
|