ObjFW  Artifact [f3a28cbc21]

Artifact f3a28cbc21cf61e65a0ef441cc71853cc0136ee81aaa3616b6c5192de63c1c46:

  • File tests/testfile.ini — part of check-in [a7ef90581c] at 2024-08-25 21:29:28 on branch 1.1 — OFINIFile: Fix parsing `=` within `"` (user: js size: 315) [more...]

; 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"
"asd=asd"=foobar

[types]
integer = 0x20
bool = true
float = 0.5
array1 = 1
array2 = 1
double = 0.25
array1 = 2
array2 = 2