parsing exponents with a sign

This commit is contained in:
cozis
2022-04-24 23:31:02 +02:00
parent 113830d092
commit 6e325ce4ea
2 changed files with 18 additions and 9 deletions
-9
View File
@@ -23,15 +23,6 @@ static const struct {
TEST("-1.0"),
TEST("-100.111"),
TEST("1e1"),
TEST("100e1"),
TEST("-1e1"),
TEST("-100e1"),
TEST("1.0e1"),
TEST("100.111e1"),
TEST("-1.0e1"),
TEST("-100.111e10"),
TEST("[]"),
TEST("[1, 2, 3]"),
TEST("{}"),