From 506e3fb211d22f62115ce83e9247266c5d87ea24 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Mon, 11 Jun 2018 17:49:49 +0200 Subject: Add a function for getting all items in an expression Handy e.g. when searching. --- tests/Kexpr_items | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tests/Kexpr_items (limited to 'tests/Kexpr_items') 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 -- cgit v1.2.3