1
0
Fork 0
mirror of https://github.com/Oreolek/gamebookformat.git synced 2024-05-04 18:18:19 +03:00
gamebookformat/expected/unreachable.json
2014-09-24 22:01:02 +02:00

30 lines
708 B
JSON

{
"title" : "Gamebook",
"nr_sections" : "6",
"sections" : {"IGNORE-debug-json-padding-IGNORE" : "", "start" : {
"nr" : 1,
"text" : ["" ," It starts here. You can get to ",{"reference" : "6"},". "]
}
, "secondfake" : {
"nr" : 2,
"text" : ["" ," Another fake section that is also ignored. "]
}
, "nothereeither" : {
"nr" : 3,
"text" : ["" ," You can not get here either, but because it is tagged as fake there will be no warning generated. "]
}
, "empty-4" : {
"nr" : 4,
"text" : [""]
}
, "nothere" : {
"nr" : 5,
"text" : ["" ," You can not get here. Verification should warn you about that. "]
}
, "here" : {
"nr" : 6,
"text" : ["" ," You can get here. Congratulations! "]
}
}}