mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Tests: Added sample JSON files
This commit is contained in:
parent
50a1411b68
commit
75b5288aa5
20 changed files with 681 additions and 0 deletions
30
test/json/e2.json
Normal file
30
test/json/e2.json
Normal file
|
@ -0,0 +1,30 @@
|
|||
[
|
||||
{
|
||||
"color": "red",
|
||||
"value": "#f00"
|
||||
},
|
||||
{
|
||||
"color": "green",
|
||||
"value": "#0f0"
|
||||
},
|
||||
{
|
||||
"color": "blue",
|
||||
"value": "#00f"
|
||||
},
|
||||
{
|
||||
"color": "cyan",
|
||||
"value": "#0ff"
|
||||
},
|
||||
{
|
||||
"color": "magenta",
|
||||
"value": "#f0f"
|
||||
},
|
||||
{
|
||||
"color": "yellow",
|
||||
"value": "#ff0"
|
||||
},
|
||||
{
|
||||
"color": "black",
|
||||
"value": "#000"
|
||||
}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue