Skip to content

Commit ee5c60a

Browse files
authored
Update test.c
1 parent 21b6384 commit ee5c60a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorial02/test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ static void test_parse_root_not_singular() {
107107

108108
#if 0
109109
/* invalid number */
110-
TEST_ERROR(LEPT_PARSE_ROOT_NOT_SINGULAR, "0123"); /* after zero should be '.' , 'E' , 'E' or nothing */
110+
TEST_ERROR(LEPT_PARSE_ROOT_NOT_SINGULAR, "0123"); /* after zero should be '.' , 'E' , 'e' or nothing */
111111
TEST_ERROR(LEPT_PARSE_ROOT_NOT_SINGULAR, "0x0");
112112
TEST_ERROR(LEPT_PARSE_ROOT_NOT_SINGULAR, "0x123");
113113
#endif

0 commit comments

Comments
 (0)