mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-03 21:09:36 +01:00
* Better float parsing and conversion of integer to float where floats are accepted (bug 22934)
git-svn-id: trunk@22588 -
This commit is contained in:
parent
2127e0e292
commit
d6c8ebc1b9
@ -950,6 +950,7 @@ begin
|
||||
TestString('123.4',ttNumber);
|
||||
TestString('123.E4',ttNumber);
|
||||
TestString('1.E4',ttNumber);
|
||||
TestString('1e-2',ttNumber);
|
||||
DoInvalidNumber('1..1');
|
||||
DoInvalidNumber('1.E--1');
|
||||
DoInvalidNumber('.E-1');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user