ObjFW  Artifact [3fdb191443]

Artifact 3fdb191443eb1aa4c019c96e8d2f903072ed956065d6328dcfd20d3078b5a3a0:

  • File tests/testfile.ini — part of check-in [d65bd089c5] at 2025-03-21 02:47:20 on branch trunk — OFINISection: Add unsigned long long Otherwise, no values > LLONG_MAX could be stored in / read from an INI file. (user: js size: 332) [more...]

; Comment in global section
global=yes

[tests]
foo = bar
foobar=baz
;comment

[foobar]
#foobarcomment
qux=" asd"
"quxqux " = asd
quxquxqux="hello\"wörld"
qux2="a\n"
"asd=asd"=foobar

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