diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/Kappend | 4 | ||||
| -rw-r--r-- | tests/config_indented | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/tests/Kappend b/tests/Kappend index c084310..ce1478f 100644 --- a/tests/Kappend +++ b/tests/Kappend @@ -6,3 +6,7 @@ config BOOL config STRING string "string" + +config IGNOREME + bool "ignore me" + default y diff --git a/tests/config_indented b/tests/config_indented new file mode 100644 index 0000000..d57d8b4 --- /dev/null +++ b/tests/config_indented @@ -0,0 +1,3 @@ +# Indented assignments should be ignored to be compatible with the C +# implementation + CONFIG_IGNOREME=n |
