[Task]: Add new testdata
This commit is contained in:
parent
0675cc4693
commit
0fef88f07e
|
@ -1,4 +1,4 @@
|
||||||
{
|
{
|
||||||
"id": 1,
|
"id": 1,
|
||||||
"title": "Appel"
|
"title": "Apple"
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
"id": 4,
|
||||||
|
"title": "Blueberry"
|
||||||
|
}
|
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
"id": 5,
|
||||||
|
"title": "Kiki"
|
||||||
|
}
|
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
"id": 6,
|
||||||
|
"title": "Cherry"
|
||||||
|
}
|
|
@ -1,5 +1,8 @@
|
||||||
[
|
[
|
||||||
{"id":1, "title": "Apel"},
|
{"id":1, "title": "Apple"},
|
||||||
{"id":2, "title": "Pear"},
|
{"id":2, "title": "Pear"},
|
||||||
{"id":3, "title": "Strawberry"}
|
{"id":3, "title": "Strawberry"},
|
||||||
|
{"id":4, "title": "Blueberry"},
|
||||||
|
{"id":5, "title": "Kiki"},
|
||||||
|
{"id":6, "title": "Cherry"}
|
||||||
]
|
]
|
||||||
|
|
Reference in New Issue