genofire/hs_monolith
genofire
/
hs_monolith
Archived
1
0
Fork 0

[Task]: Add new testdata

This commit is contained in:
mlabusch 2017-05-05 10:31:24 +02:00
parent 0675cc4693
commit 0fef88f07e
5 changed files with 18 additions and 3 deletions

View File

@ -1,4 +1,4 @@
{ {
"id": 1, "id": 1,
"title": "Appel" "title": "Apple"
} }

View File

@ -0,0 +1,4 @@
{
"id": 4,
"title": "Blueberry"
}

View File

@ -0,0 +1,4 @@
{
"id": 5,
"title": "Kiki"
}

View File

@ -0,0 +1,4 @@
{
"id": 6,
"title": "Cherry"
}

View File

@ -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"}
] ]