Skip to content

Commit 3a433d0

Browse files
committed
New test files
1 parent a88497c commit 3a433d0

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

exampledocs/exactish.json

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[
2+
{
3+
"id": "1",
4+
"title": "The Monkees: Pleasant Valley Never"
5+
},
6+
{
7+
"id": "2",
8+
"title": "The Monkees"
9+
},
10+
{
11+
"id": "3",
12+
"title": "Meet the Monkees"
13+
}
14+
]

exampledocs/numericID.json

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[
2+
{
3+
"id": "1",
4+
"num": "A test with a big numeric string 12345678 in it"
5+
},
6+
{
7+
"id": "2",
8+
"num": "A test with no numbers in it at all"
9+
}
10+
]

0 commit comments

Comments
 (0)