Keep tests in json format
So the results are typed
This commit is contained in:
@@ -1,9 +1 @@
|
||||
id,name,chief,age,room
|
||||
0,jack,0,22,1
|
||||
1,carl,0,20,4
|
||||
2,john,1,30,2
|
||||
3,dean,1,33,2
|
||||
4,eve,0,25,5
|
||||
5,duncan,4,30,1
|
||||
6,paul,4,30,5
|
||||
7,alia,1,28,1
|
||||
{"content": [[5, "duncan", 4, 30, 1], [4, "eve", 0, 25, 5], [0, "jack", 0, 22, 1], [2, "john", 1, 30, 2], [1, "carl", 0, 20, 4], [6, "paul", 4, 30, 5], [7, "alia", 1, 28, 1], [3, "dean", 1, 33, 2]], "header": ["id", "name", "chief", "age", "room"]}
|
Reference in New Issue
Block a user