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