diff options
| author | Federico Angelilli <code@fedang.net> | 2024-05-19 21:38:43 +0200 |
|---|---|---|
| committer | Federico Angelilli <code@fedang.net> | 2024-05-19 21:38:43 +0200 |
| commit | 08cce5d434620275a1b0a7b8726837714d479f01 (patch) | |
| tree | 64028ac2bd2bc38c7c40202e1feee47644ffe4a1 /test/test.ini | |
| parent | d308f3fc8db7d3b7b9e9185cbe353a491988082e (diff) | |
Finish any_ini api
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 + |
