[Task]: add new testdata
This commit is contained in:
parent
b73a20567a
commit
f99b643d7d
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"id": 1,
|
||||
"title": "Apfel"
|
||||
"title": "Appel"
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"id": 2,
|
||||
"title": "Birne"
|
||||
"title": "Pear"
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"id": 3,
|
||||
"title": "Erdbeere"
|
||||
"title": "Strawberry"
|
||||
}
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"id": 4,
|
||||
"title": "Blueberry"
|
||||
}
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"id": 5,
|
||||
"title": "Kaki"
|
||||
}
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"id": 6,
|
||||
"title": "Kiwi"
|
||||
}
|
|
@ -1,5 +1,8 @@
|
|||
[
|
||||
{"id":1, "title": "Apfel"},
|
||||
{"id":2, "title": "Birne"},
|
||||
{"id":3, "title": "Erdbeere"}
|
||||
{"id":1, "title": "Apel"},
|
||||
{"id":2, "title": "Pear"},
|
||||
{"id":3, "title": "Strawberry"},
|
||||
{"id":4, "title": "Blueberry"},
|
||||
{"id":5, "title": "Kaki"},
|
||||
{"id":6, "title": "Kiwi"}
|
||||
]
|
||||
|
|
Reference in New Issue