Skip to content

Commit 54b9204

Browse files
authored
Update tutorial01.md
1 parent 9e6ff78 commit 54b9204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorial01/tutorial01.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ int main() {
280280
281281
~~~
282282
/Users/miloyip/github/json-tutorial/tutorial01/test.c:27: expect: 0 actual: 1
283-
1/2 (50.00%)
283+
1/2 (50.00%) passed
284284
~~~
285285
286286
第一个返回 LEPT_PARSE_OK,所以是通过的。第二个测试因为 lept_parse() 没有把 v.type 改成 LEPT_NULL,造成失败。我们再实现 lept_parse() 令到它能通过测试。

0 commit comments

Comments
 (0)