mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Unit Tests
- Added JSON samples to test the parser.
This commit is contained in:
parent
df1920d75c
commit
f669b5f56f
22 changed files with 756 additions and 8 deletions
17
test/json/e6.json
Normal file
17
test/json/e6.json
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"id": "0001",
|
||||
"type": "donut",
|
||||
"name": "Cake",
|
||||
"image":
|
||||
{
|
||||
"url": "images/0001.jpg",
|
||||
"width": 200,
|
||||
"height": 200
|
||||
},
|
||||
"thumbnail":
|
||||
{
|
||||
"url": "images/thumbnails/0001.jpg",
|
||||
"width": 32,
|
||||
"height": 32
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue