summaryrefslogtreecommitdiff
path: root/tests/Kexpr_items
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Kexpr_items')
-rw-r--r--tests/Kexpr_items11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/Kexpr_items b/tests/Kexpr_items
new file mode 100644
index 0000000..fb97ace
--- /dev/null
+++ b/tests/Kexpr_items
@@ -0,0 +1,11 @@
+config TEST
+ bool
+ default A && (B || !C && D = "E") || F > G || !!!H
+
+choice CHOICE
+ bool "choice"
+
+config TEST_CHOICE
+ bool "test choice" if A
+
+endchoice