]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/libucl/tests/basic/10.in
Merge OpenSSL 1.1.1g.
[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 }