In number, underscore after dot is invalid

This commit is contained in:
moandji.ezana 2015-02-17 10:24:45 +02:00
parent 7aa496582c
commit 8c66284960

View file

@ -48,6 +48,7 @@ class NumberConverter implements ValueConverter {
terminatable = false;
dottable = false;
exponentable = false;
underscorable = false;
} else if ((c == 'E' || c == 'e') && exponentable && notLastChar) {
sb.append('E');
type = "exponent";