diff options
Diffstat (limited to 'tests/resources/config/config1')
-rw-r--r-- | tests/resources/config/config1 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/resources/config/config1 b/tests/resources/config/config1 new file mode 100644 index 0000000..211dc9e --- /dev/null +++ b/tests/resources/config/config1 @@ -0,0 +1,5 @@ +# This one checks for case sensitivity +[this "that"] + other = true +[this "That"] + other = yes |