Differences From Artifact [38129d6503]:
- File tests/testfile.ini — part of check-in [16ebc2d82a] at 2024-08-24 10:39:25 on branch trunk — OFINIFile: Allow # for comments (user: js, size: 296) [annotate] [blame] [check-ins using]
To Artifact [96cb01d476]:
- File tests/testfile.ini — part of check-in [95fcd0f05b] at 2024-08-25 21:27:03 on branch trunk — OFINIFile: Fix parsing `=` within `"` (user: js, size: 314) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
8 9 10 11 12 13 14 15 16 17 18 19 20 21 | [foobar] #foobarcomment qux=" asd" "quxqux " = asd quxquxqux="hello\"wörld" qux2="a\f" [types] integer = 0x20 bool = true float = 0.5 array1 = 1 array2 = 1 | > | 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | [foobar] #foobarcomment qux=" asd" "quxqux " = asd quxquxqux="hello\"wörld" qux2="a\f" "asd=asd"=foobar [types] integer = 0x20 bool = true float = 0.5 array1 = 1 array2 = 1 |
︙ | ︙ |