From 9f78206f80358b92fb39ef8cf54e20c427142583 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E8=8C=B6=E6=B8=85=E6=AC=A2?= Date: Mon, 4 Jul 2022 18:52:13 +0800 Subject: [PATCH] update unix test --- lexical_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/lexical_test.go b/lexical_test.go index d823129..02145f7 100644 --- a/lexical_test.go +++ b/lexical_test.go @@ -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) }