diff options
| author | Clecio Jung | 2023-03-18 18:02:41 -0300 |
|---|---|---|
| committer | Clecio Jung | 2023-03-18 18:02:41 -0300 |
| commit | a3942b3241189a003414874a96732e373e63ccae (patch) | |
| tree | 32df11e16faaecb62b1b407ab49490dffe546cec /examples/incorrect.ini | |
| download | libini-a3942b3241189a003414874a96732e373e63ccae.tar.xz libini-a3942b3241189a003414874a96732e373e63ccae.tar.zst | |
Initial commit
Diffstat (limited to 'examples/incorrect.ini')
| -rw-r--r-- | examples/incorrect.ini | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/examples/incorrect.ini b/examples/incorrect.ini new file mode 100644 index 0000000..317ce8a --- /dev/null +++ b/examples/incorrect.ini @@ -0,0 +1,21 @@ + # Test a comment + # a = 5 +a = 1 + ; Test another type of comment + ; b = 3 + b = 2 ; comment + c = a+b # comment + +[ section 1 ] +test=2 +beta=96 + +[ section 2 ] +test2 = 65 +a = ; 15 + +alpha = beta + +[section 3 + +[section 4] dfg
\ No newline at end of file |
