]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/libucl/tests/basic/10.in
MFV r353623: 10473 zfs(1M) missing cross-reference to zfs-program(1M)
[FreeBSD/FreeBSD.git] / contrib / libucl / tests / basic / 10.in
1 section foo bar {
2           key = value
3 }
4 section foo baz {
5           key = value
6 }
7 section foo {
8           bar = lol /* removing this line makes parsing successful */
9 }