Skip to content

Commit

Permalink
Merge pull request miloyip#147 from yongzhenPan/master
Browse files Browse the repository at this point in the history
tutorial02/test.c一处注释修改
  • Loading branch information
miloyip authored May 28, 2019
2 parents 79d6f6a + ee5c60a commit db7fa38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorial02/test.c
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ static void test_parse_root_not_singular() {

#if 0
/* invalid number */
TEST_ERROR(LEPT_PARSE_ROOT_NOT_SINGULAR, "0123"); /* after zero should be '.' or nothing */
TEST_ERROR(LEPT_PARSE_ROOT_NOT_SINGULAR, "0123"); /* after zero should be '.' , 'E' , 'e' or nothing */
TEST_ERROR(LEPT_PARSE_ROOT_NOT_SINGULAR, "0x0");
TEST_ERROR(LEPT_PARSE_ROOT_NOT_SINGULAR, "0x123");
#endif
Expand Down

0 comments on commit db7fa38

Please sign in to comment.