summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2018-05-27 23:58:47 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2018-05-27 23:58:47 +0200
commitfc73c461f1a8acf3e09670e8f9429c7ef9d0b71f (patch)
treefed01e7cc8e5caca2c790d0b14d3665887e91961 /tests
parent94020beb311eb8a9db9e3b841e36c96b1b0f72dd (diff)
Provide lists with all menus and comments
Handy e.g. when implementing advanced search features.
Diffstat (limited to 'tests')
-rw-r--r--tests/Kitemlists32
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