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 "use\040strict"; | 2 "use\040strict"; |
| 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 |