diff options
| author | Federico Angelilli <code@fedang.net> | 2024-05-29 19:39:02 +0200 |
|---|---|---|
| committer | Federico Angelilli <code@fedang.net> | 2024-05-29 19:39:02 +0200 |
| commit | 6042502bc54807df1941bf4d540337cd8b9e5a58 (patch) | |
| tree | 75be00446dd6c0908c9c2af0e35be0c348134c63 /test/test.ini | |
| parent | 61b820af1102d74f35a2af0b39d9d78971c45f96 (diff) | |
Fix section parsing and line tracking
Diffstat (limited to 'test/test.ini')
| -rw-r--r-- | test/test.ini | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/test.ini b/test/test.ini index 879ca9d..756ff78 100644 --- a/test/test.ini +++ b/test/test.ini @@ -50,3 +50,12 @@ try = if \ breaks \ done \ nicely + + +[ unfinished section + +test2 = 10 + +[ sussy section ] yes ] it is ] + +test = 1 |
