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