mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-12 15:08:45 +08:00
Added quote to test.json
This commit is contained in:
parent
7d7c625346
commit
616d8e3150
1 changed files with 12 additions and 0 deletions
12
static/quotes/test.json
Normal file
12
static/quotes/test.json
Normal 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 }
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue