diff options
Diffstat (limited to 'tests/files')
-rw-r--r-- | tests/files/test-1.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/files/test-1.conf b/tests/files/test-1.conf new file mode 100644 index 0000000..01193c6 --- /dev/null +++ b/tests/files/test-1.conf @@ -0,0 +1,6 @@ +key1=value1 +with-whitespace = value-with-whitespace +with-colon: value-of-colon + +# A comment +embedded-comment: this is # not a comment |