cunity: parse_examples: test example files

Test parsing and printing example files
This commit is contained in:
Max Bruckner
2017-01-16 14:52:01 +01:00
parent 896e52255b
commit bb60d6def5
14 changed files with 458 additions and 0 deletions

11
tests/inputs/test2 Normal file
View File

@@ -0,0 +1,11 @@
{"menu": {
"id": "file",
"value": "File",
"popup": {
"menuitem": [
{"value": "New", "onclick": "CreateNewDoc()"},
{"value": "Open", "onclick": "OpenDoc()"},
{"value": "Close", "onclick": "CloseDoc()"}
]
}
}}