diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/Kitemlists | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/tests/Kitemlists b/tests/Kitemlists new file mode 100644 index 0000000..fc72e5c --- /dev/null +++ b/tests/Kitemlists @@ -0,0 +1,32 @@ +comment "comment 1" + +choice + bool "choice 1" +endchoice + +menu "menu 1" + +choice NAMED + bool "choice 2" +endchoice + +menu "menu 2" +menu "menu 3" +comment "comment 2" +endmenu + +choice + bool "choice 3" +endchoice + +endmenu + +menu "menu 4" +endmenu + +comment "comment 3" + +endmenu + +menu "menu 5" +endmenu |
