google-code-export / esprima

Automatically exported from code.google.com/p/esprima
BSD 2-Clause "Simplified" License
1 stars 0 forks source link

var o = {08: 3} does not parse #595

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Error: Line 1: Unexpected token ILLEGAL

Original issue reported on code.google.com by olov.las...@gmail.com on 26 Sep 2014 at 7:48

GoogleCodeExporter commented 9 years ago
Distinguish implicit vs explicit octal literal.
https://github.com/jquery/esprima/commit/7eb60150a0

Original comment by ariya.hi...@gmail.com on 5 Feb 2015 at 6:31