xref: /freebsd/contrib/libucl/tests/basic/10.in (revision 59c8e88e72633afbc47a4ace0d2170d00d51f7dc)
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