diff --git a/static/quotes/test.json b/static/quotes/test.json new file mode 100644 index 000000000..158f2dd34 --- /dev/null +++ b/static/quotes/test.json @@ -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 } + ] +}