Skip to content

Commit db7fa38

Browse files
authored
Merge pull request miloyip#147 from yongzhenPan/master
tutorial02/test.c一处注释修改
2 parents 79d6f6a + ee5c60a commit db7fa38

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 '.' 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)