diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/examplefiles/test.ini | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/examplefiles/test.ini b/tests/examplefiles/test.ini new file mode 100644 index 00000000..a447803d --- /dev/null +++ b/tests/examplefiles/test.ini @@ -0,0 +1,10 @@ +[section] + +foo = bar +continued = foo + baz +conttwo = + foo +; comment +# comment + |