2019-11-17 12:36:47 +03:00
|
|
|
error: Legacy octal escape is not permitted in strict mode
|
2020-07-25 14:26:04 +03:00
|
|
|
--> $DIR/tests/test262-parser/fail/6ac4f95d48362a35.js:1:17
|
2019-11-17 12:36:47 +03:00
|
|
|
|
|
|
|
|
1 | 'use strict'; ('\001')
|
2020-07-25 14:26:04 +03:00
|
|
|
| ^^
|
2019-11-17 12:36:47 +03:00
|
|
|
|
2018-02-27 07:21:57 +03:00
|
|
|
error: Legacy octal escape is not permitted in strict mode
|
2020-07-25 14:26:04 +03:00
|
|
|
--> $DIR/tests/test262-parser/fail/6ac4f95d48362a35.js:1:19
|
2018-02-27 07:21:57 +03:00
|
|
|
|
|
|
|
|
1 | 'use strict'; ('\001')
|
2020-07-25 14:26:04 +03:00
|
|
|
| ^^
|
2018-02-27 07:21:57 +03:00
|
|
|
|