Adding upstream version 2.5.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
c71cb8b61d
commit
982828099e
783 changed files with 150650 additions and 0 deletions
8
test/tests/sort/data/a.json
Normal file
8
test/tests/sort/data/a.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"id": "a",
|
||||
"name": "marty",
|
||||
"age": 19,
|
||||
"born": "2014-11-25",
|
||||
"title": "mista",
|
||||
"tags": ["gopher", "belieber"]
|
||||
}
|
8
test/tests/sort/data/b.json
Normal file
8
test/tests/sort/data/b.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"id": "b",
|
||||
"name": "steve",
|
||||
"age": 21,
|
||||
"born": "2000-09-11",
|
||||
"title": "zebra",
|
||||
"tags": ["thought-leader", "futurist"]
|
||||
}
|
8
test/tests/sort/data/c.json
Normal file
8
test/tests/sort/data/c.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"id": "c",
|
||||
"name": "aster",
|
||||
"age": 21,
|
||||
"born": "1954-02-02",
|
||||
"title": "blogger",
|
||||
"tags": ["red", "blue", "green"]
|
||||
}
|
7
test/tests/sort/data/d.json
Normal file
7
test/tests/sort/data/d.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"id": "d",
|
||||
"age": 65,
|
||||
"born": "1978-12-02",
|
||||
"title": "agent d is desperately trying out to be successful rapster!",
|
||||
"tags": ["cats"]
|
||||
}
|
7
test/tests/sort/data/e.json
Normal file
7
test/tests/sort/data/e.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"id": "e",
|
||||
"name": "nancy",
|
||||
"born": "1954-10-22",
|
||||
"title": "rapstar nancy rapster",
|
||||
"tags": ["pain"]
|
||||
}
|
7
test/tests/sort/data/f.json
Normal file
7
test/tests/sort/data/f.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"id": "f",
|
||||
"name": "frank",
|
||||
"age": 1,
|
||||
"title": "frank the taxman of cb, Rapster!",
|
||||
"tags": ["vitamin","purple"]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue