Fix tests

This commit is contained in:
hcz 2020-09-09 17:54:41 +08:00
parent d8fce448a2
commit 2ea59cb0c2
2 changed files with 6 additions and 6 deletions

View File

@ -16,7 +16,7 @@
{"v1":"first","v2":"1","v3":"2","v4":"0"}
{"v1":"second","v2":"2","v3":"0","v4":"6"}
6
{"v1":"first","v2":"1","v3":"2","v4":"0"}
{"v1":"second","v2":"2","v3":"0","v4":"6"}
{"v1":"first","v2":"1","v3":"2","v4":"8"}
{"v1":"second","v2":"2","v3":"32","v4":"6"}
7
{"v1":"16","n.id":"[15,16,17]","n.name":"['first','second','third']"}

View File

@ -24,16 +24,16 @@
["first", "1", "2", "0"]
["second", "2", "0", "6"]
6
["first", "1", "2", "0"]
["second", "2", "0", "6"]
["first", "1", "2", "8"]
["second", "2", "32", "6"]
7
["16", "[15,16,17]", "['first','second','third']"]
8
["first", "1", "2", "0"]
["second", "2", "0", "6"]
9
["first", "1", "2", "0"]
["second", "2", "0", "6"]
["first", "1", "2", "8"]
["second", "2", "32", "6"]
10
["first", "1", "16", "8"]
["second", "2", "32", "8"]