]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - contrib/libucl/tests/basic/10.in
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.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 }