summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/Khelp46
-rw-r--r--tests/Klocation2
-rw-r--r--tests/Krepr2
-rw-r--r--tests/Kstr1
-rw-r--r--tests/Kwtf8
5 files changed, 58 insertions, 1 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
diff --git a/tests/Klocation b/tests/Klocation
index 498a372..737a221 100644
--- a/tests/Klocation
+++ b/tests/Klocation
@@ -28,3 +28,5 @@ config _INCLUDED
# Expands to "tests/Klocation_included"
source "$EXPANDED_FROM_ENV/Klocation$_INCLUDED"
+
+config MULTI_DEF
diff --git a/tests/Krepr b/tests/Krepr
index d886fe3..5a5b8b8 100644
--- a/tests/Krepr
+++ b/tests/Krepr
@@ -41,7 +41,7 @@ endchoice
config CHOICE_HOOK
choice
- tristate "choice" if n
+ tristate "optional choice" if n
optional
endchoice
diff --git a/tests/Kstr b/tests/Kstr
index 8d74017..e591792 100644
--- a/tests/Kstr
+++ b/tests/Kstr
@@ -51,6 +51,7 @@ config INT
range BAZ QAZ if DEP
config MODULES
+ bool "MODULES"
option modules
config OPTIONS
diff --git a/tests/Kwtf b/tests/Kwtf
new file mode 100644
index 0000000..c71e328
--- /dev/null
+++ b/tests/Kwtf
@@ -0,0 +1,8 @@
+config A
+ bool
+ select n
+ select m
+ select y
+ imply n
+ imply m
+ imply y