summaryrefslogtreecommitdiff
path: root/tests/Klocation
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Klocation')
-rw-r--r--tests/Klocation16
1 files changed, 11 insertions, 5 deletions
diff --git a/tests/Klocation b/tests/Klocation
index f997055..3820a7b 100644
--- a/tests/Klocation
+++ b/tests/Klocation
@@ -1,10 +1,16 @@
if UNDEFINED
endif
-config SINGLE_DEF
+config ONE_DEF
bool
-config MULTI_DEF
+config TWO_DEF
+ bool
+
+config TWO_DEF
+ bool
+
+config MANY_DEF
bool
# Throw in some line continuations too to make sure it doesn't mess up the line
@@ -34,9 +40,9 @@ config HELP_3
bar
bool
config \
-MULTI_DEF
+MANY_DEF
-config MULTI_DEF
+config MANY_DEF
endif
endif
@@ -69,4 +75,4 @@ orsource "nonexistent*"
grsource "nonexistent"
grsource "nonexistent*"
-config MULTI_DEF
+config MANY_DEF