2014-04-03 23:23 GMT+02:00 Sergei Gavrikov <sergei.gavri...@gmail.com>: > It seems that should not reload isdigit validator for octal and binary > numbers, otherwise early break on illegal digit returns bad tokens: for > example, for "0b2" sequence thNextNumber() will return "0b" token, for > "0o8" sequence it will return "0o". But, tokens should be "0b2" or > "0o8". Only hexadecimal numbers is a case to change the validator.
An additional issue is that binary/octal/hex numbers cannot contain dots, so they must be handled separately anyway. Done here: <http://fossil-scm.org/index.html/info/a306f771d8> Regards, Jan Nijtmans _______________________________________________ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users