Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 *%(basename)s:32: SyntaxError: Octal literals are not allowed in strict mode. | 1 *%(basename)s:32: SyntaxError: Octal escape sequences are not allowed in strict mode. |
| 2 var x = "hello\040world"; | 2 var x = "hello\040world"; |
| 3 ^^ | 3 ^^ |
| 4 SyntaxError: Octal literals are not allowed in strict mode. | 4 SyntaxError: Octal escape sequences are not allowed in strict mode. |
| OLD | NEW |