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
77
test/json/iphone.json
Normal file
77
test/json/iphone.json
Normal file
|
@ -0,0 +1,77 @@
|
|||
{
|
||||
"menu": {
|
||||
"header": "xProgress SVG Viewer",
|
||||
"items": [
|
||||
{
|
||||
"id": "Open"
|
||||
},
|
||||
{
|
||||
"id": "OpenNew",
|
||||
"label": "Open New"
|
||||
},
|
||||
null,
|
||||
{
|
||||
"id": "ZoomIn",
|
||||
"label": "Zoom In"
|
||||
},
|
||||
{
|
||||
"id": "ZoomOut",
|
||||
"label": "Zoom Out"
|
||||
},
|
||||
{
|
||||
"id": "OriginalView",
|
||||
"label": "Original View"
|
||||
},
|
||||
null,
|
||||
{
|
||||
"id": "Quality"
|
||||
},
|
||||
{
|
||||
"id": "Pause"
|
||||
},
|
||||
{
|
||||
"id": "Mute"
|
||||
},
|
||||
null,
|
||||
{
|
||||
"id": "Find",
|
||||
"label": "Find..."
|
||||
},
|
||||
{
|
||||
"id": "FindAgain",
|
||||
"label": "Find Again"
|
||||
},
|
||||
{
|
||||
"id": "Copy"
|
||||
},
|
||||
{
|
||||
"id": "CopyAgain",
|
||||
"label": "Copy Again"
|
||||
},
|
||||
{
|
||||
"id": "CopySVG",
|
||||
"label": "Copy SVG"
|
||||
},
|
||||
{
|
||||
"id": "ViewSVG",
|
||||
"label": "View SVG"
|
||||
},
|
||||
{
|
||||
"id": "ViewSource",
|
||||
"label": "View Source"
|
||||
},
|
||||
{
|
||||
"id": "SaveAs",
|
||||
"label": "Save As"
|
||||
},
|
||||
null,
|
||||
{
|
||||
"id": "Help"
|
||||
},
|
||||
{
|
||||
"id": "About",
|
||||
"label": "About xProgress CVG Viewer..."
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue