]> CyberLeo.Net >> Repos - FreeBSD/releng/10.3.git/blob - contrib/libucl/tests/basic/10.in
Fix multiple small kernel memory disclosures. [EN-18:04.mem]
[FreeBSD/releng/10.3.git] / contrib / libucl / tests / basic / 10.in
1 section foo bar {
2           key = value
3 }
4 section foo baz {
5           key = value
6 }
7 section foo {
8           bar = lol /* removing this line makes parsing successful */
9 }