mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-08 13:11:19 +08:00
Added quote to test.json
This commit is contained in:
parent
09621ccfc9
commit
4c25b457bb
1 changed files with 7 additions and 1 deletions
|
|
@ -8,6 +8,12 @@
|
|||
],
|
||||
"quotes": [
|
||||
{ "text": "This is a quote", "source": "Miodec", "length": 15, "id": 1 },
|
||||
{ "text": "Another quote", "source": "Someone else", "length": 13, "id": 2 }
|
||||
{
|
||||
"text": "Another quote",
|
||||
"source": "Someone else",
|
||||
"length": 13,
|
||||
"id": 2
|
||||
},
|
||||
{ "text": "Another quote", "source": "Someone else", "length": 13, "id": 3 }
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue