diff --git a/test.c b/test.c index a341447..ff9a38c 100644 --- a/test.c +++ b/test.c @@ -107,6 +107,7 @@ test_case cases[] = { test_case errors[] = { + {"", 1}, {"1+", 2}, {"1)", 2}, {"(1", 2}, @@ -123,6 +124,7 @@ test_case errors[] = { const char *nans[] = { + "", "1+", "1)", "(1",