summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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