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