2018-06-02 12:01:00 +03:00
|
|
|
error: Legacy octal escape is not permitted in strict mode
|
2018-02-27 07:21:57 +03:00
|
|
|
--> $DIR/tests/test262-parser/fail/80bfa9f27278bbba.js:1:66
|
|
|
|
|
|
|
|
|
1 | "use strict";function foo(){"use strict";}function bar(){var v = 015}
|
|
|
|
| ^^^
|
|
|
|
|