#465 leading decimal point (.5) is not an error

This commit is contained in:
nightwing 2012-10-01 16:58:50 +04:00
commit 4b199d56ab

View file

@ -61,6 +61,7 @@ var infoRe = startRegex([
"Unexpected comma",
"Unexpected space",
"Missing radix parameter.",
"A leading decimal point can",
"\\['\\{a\\}'\\] is better written in dot notation."
]);