cunity: parse_examples: test example files

Test parsing and printing example files
This commit is contained in:
Max Bruckner
2017-02-07 21:35:19 +01:00
parent 896e52255b
commit bb60d6def5
14 changed files with 458 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"menu": {
"id": "file",
"value": "File",
"popup": {
"menuitem": [{
"value": "New",
"onclick": "CreateNewDoc()"
}, {
"value": "Open",
"onclick": "OpenDoc()"
}, {
"value": "Close",
"onclick": "CloseDoc()"
}]
}
}
}