From 616d8e3150b48cc56131bfaa84bf55b5c40d34c6 Mon Sep 17 00:00:00 2001 From: Miodec Date: Thu, 14 Jan 2021 01:15:56 +0000 Subject: [PATCH] Added quote to test.json --- static/quotes/test.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 static/quotes/test.json 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 } + ] +}