Keep tests in json format
So the results are typed
This commit is contained in:
@@ -1,4 +1 @@
|
||||
id,name,chief,age
|
||||
7,alia,1,28
|
||||
4,eve,0,25
|
||||
0,jack,0,22
|
||||
{"content": [[4, "eve", 0, 25], [0, "jack", 0, 22], [7, "alia", 1, 28]], "header": ["id", "name", "chief", "age"]}
|
Reference in New Issue
Block a user