On Thu, 3 Apr 2014, Sergei Gavrikov wrote: > On Thu, 3 Apr 2014, Sergei Gavrikov wrote: > > > The fix is attached. > ^^^^^^^^^^^^^^^^^^^ > > Please, forget it! Sorry.
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. Sergei _______________________________________________ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users