Keep tests in json format
So the results are typed
This commit is contained in:
@@ -1,5 +1 @@
|
||||
i,name,chief,age
|
||||
0,jack,0,22
|
||||
2,john,1,30
|
||||
4,eve,0,25
|
||||
6,paul,4,30
|
||||
{"content": [[4, "eve", 0, 25], [6, "paul", 4, 30], [2, "john", 1, 30], [0, "jack", 0, 22]], "header": ["i", "name", "chief", "age"]}
|
Reference in New Issue
Block a user