diff options
Diffstat (limited to 'tests/Ktext')
| -rw-r--r-- | tests/Ktext | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/Ktext b/tests/Ktext index 958ee18..599cd36 100644 --- a/tests/Ktext +++ b/tests/Ktext @@ -15,6 +15,16 @@ config ADVANCED config ADVANCED tristate "advanced prompt 2" +config STRING + string + default "foo" + default "bar" if BAR + default STRING2 if BAZ + +config STRING2 + string + default "baz" + endif config SELECTED_1 |
