update unix test

This commit is contained in:
白茶清欢 2022-07-04 18:52:13 +08:00
parent 2f1fa81197
commit 9f78206f80

View File

@ -30,5 +30,6 @@ func Test_parseLexical(t *testing.T) {
}
]
}`
jsonData = `{"name":"zhangsan","age":"18","extension":{"sex":"man","height":"180"},"teacher_list":[{"name":"t1","age":"11"},{"name":"t2","age":"12"}]}`
parseLexical(jsonData)
}