summaryrefslogtreecommitdiff
path: root/tests/Ktext
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2012-12-06 23:31:29 +0100
committerUlf Magnusson <ulfalizer@gmail.com>2012-12-06 23:31:29 +0100
commitbf4995adde2f7994fa3443e1f142c609763676ba (patch)
tree4793e1f1da0c8316a6fde14e000318a4b74dd747 /tests/Ktext
parentc85d164702ac780bbc8318a0b46f674bb33eaf00 (diff)
Ops - forgot to add tests/Ktext.
Diffstat (limited to 'tests/Ktext')
-rw-r--r--tests/Ktext25
1 files changed, 25 insertions, 0 deletions
diff --git a/tests/Ktext b/tests/Ktext
new file mode 100644
index 0000000..aa0f974
--- /dev/null
+++ b/tests/Ktext
@@ -0,0 +1,25 @@
+config NO_HELP
+ bool
+
+config S
+ bool
+ help
+ help for
+ S
+choice C
+ bool
+ help
+ help for
+ C
+config A
+ bool "A"
+
+config B
+ bool "B"
+
+endchoice
+
+comment "a comment"
+
+menu "a menu"
+endmenu