Commit Graph

2 Commits

Author SHA1 Message Date
Fergus Henderson
fa7c5b004d Add some additional tests of string_to_float.
Estimated hours taken: 0.1
Branches: main

tests/general/string_to_float.m:
tests/general/string_to_float.exp:
	Add some additional tests of string_to_float.
2002-10-23 13:54:41 +00:00
Ralph Becket
5c79e4e823 Fixed a bug in string__to_float/2 which did not fail when it
Estimated hours taken: 1
Branches: main

library/string.m:
	Fixed a bug in string__to_float/2 which did not fail when it
	should have (i.e. it now also fails if the string argument
	has preceding whitespace or any trailing characters.)

tests/general/string_to_float.m:
tests/general/string_to_float.exp:
tests/general/Mmakefile:
	Added test cases.
2002-02-12 01:39:58 +00:00