diff options
Diffstat (limited to 'tests/Kdeploop8')
| -rw-r--r-- | tests/Kdeploop8 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/Kdeploop8 b/tests/Kdeploop8 new file mode 100644 index 0000000..84efd8d --- /dev/null +++ b/tests/Kdeploop8 @@ -0,0 +1,8 @@ +choice + bool "choice" + default FOO if FOO + +config FOO + bool "foo" + +endchoice |
