Added quote to test.json

This commit is contained in:
Miodec 2021-01-14 01:15:56 +00:00
parent 7d7c625346
commit 616d8e3150

12
static/quotes/test.json Normal file
View file

@ -0,0 +1,12 @@
{
"language": "test",
"groups": [
[0, 100],
[101, 300],
[301, 600],
[601, 9999]
],
"quotes": [
{ "text": "This is a quote", "source": "Miodec", "length": 15, "id": 1 }
]
}