summaryrefslogtreecommitdiff
path: root/tests/Khelp
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2017-10-28 05:46:25 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2017-10-28 05:46:25 +0200
commit7bbaf7e7cf131d83931bfda2d2e8e5d6ef1b235f (patch)
treea78d6b0eb74fd10f2b5ba771529569d43ebfddee /tests/Khelp
parent840d65fe069297fb1d088b85e3164465ace4d467 (diff)
Add uncommitted test files
Diffstat (limited to 'tests/Khelp')
-rw-r--r--tests/Khelp46
1 files changed, 46 insertions, 0 deletions
diff --git a/tests/Khelp b/tests/Khelp
new file mode 100644
index 0000000..fdc81ed
--- /dev/null
+++ b/tests/Khelp
@@ -0,0 +1,46 @@
+config TWO_HELP_STRINGS
+ help
+ first help string
+
+
+
+
+config TWO_HELP_STRINGS
+ help
+ second help string
+
+config NO_BLANK_AFTER_HELP
+ help
+ help for
+ NO_BLANK_AFTER_HELP
+choice CHOICE_HELP
+ help
+ help for
+ CHOICE_HELP
+endchoice
+
+config HELP_TERMINATED_BY_COMMENT
+ bool
+ help
+ a
+ b
+ c
+#
+
+config TRICKY_HELP
+ bool
+ help
+
+
+ a
+ b
+ c
+
+ d
+ e
+ f
+
+
+ g
+ h
+ i