From fc73c461f1a8acf3e09670e8f9429c7ef9d0b71f Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Sun, 27 May 2018 23:58:47 +0200 Subject: Provide lists with all menus and comments Handy e.g. when implementing advanced search features. --- tests/Kitemlists | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 tests/Kitemlists (limited to 'tests') 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 -- cgit v1.2.3