diff options
Diffstat (limited to 'test/test.ini')
| -rw-r--r-- | test/test.ini | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/test/test.ini b/test/test.ini new file mode 100644 index 0000000..c09d7e6 --- /dev/null +++ b/test/test.ini @@ -0,0 +1,30 @@ +ciao=sus + +[hello] +world=true + +this=is sparta + +my name is = slim shady + +123 = 456 + +; comment + ; another +crazy = stuff ; here + ; x = 1 + ; + xx = 123 + +[another] + + ciao = s + +]err = sus[ + + [empty] + +; yes +; +; indeed + |
