Allow whitespace at end of expression.

This commit is contained in:
Lewis Van Winkle
2016-08-22 19:09:21 -05:00
parent 4c1015ab7f
commit ec7dc3a28a
2 changed files with 6 additions and 5 deletions

1
test.c
View File

@@ -38,6 +38,7 @@ typedef struct {
void test_results() {
test_case cases[] = {
{"1", 1},
{"1 ", 1},
{"(1)", 1},
{"pi", 3.14159},