Differences From Artifact [9e2ef2dc1a]:
- File new_tests/testfile.ini — part of check-in [cc7c76d3c2] at 2024-02-11 22:32:08 on branch objfwtest — Migrate OFINIFileTests to ObjFWTest (user: js, size: 253) [annotate] [blame] [check-ins using] [more...]
- File tests/testfile.ini — part of check-in [7a84580fb6] at 2024-02-18 19:29:26 on branch objfwtest — Rename new tests (user: js, size: 253) [annotate] [blame] [check-ins using]
To Artifact [01d8ae7a98]:
- File tests/testfile.ini — part of check-in [55f5b88d26] at 2024-08-24 10:40:54 on branch 1.1 — OFINIFile: Allow # for comments (user: js, size: 297) [annotate] [blame] [check-ins using] [more...]
1 2 3 4 5 6 | [tests] foo = bar foobar=baz ;comment [foobar] | > > > | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | ; Comment in global category global=yes [tests] foo = bar foobar=baz ;comment [foobar] #foobarcomment qux=" asd" "quxqux " = asd quxquxqux="hello\"wörld" qux2="a\f" [types] integer = 0x20 |
︙ | ︙ |