xref: /freebsd/contrib/libucl/tests/basic/10.in (revision 911f0260390e18cf85f3dbf2c719b593efdc1e3c)
1section foo bar {
2	  key = value
3}
4section foo baz {
5	  key = value
6}
7section foo {
8	  bar = lol /* removing this line makes parsing successful */
9}
10