97bd480fe3
This brings schema validation MFC after: 1 week
10 lines
149 B
Plaintext
10 lines
149 B
Plaintext
section foo bar {
|
|
key = value
|
|
}
|
|
section foo baz {
|
|
key = value
|
|
}
|
|
section foo {
|
|
bar = lol /* removing this line makes parsing successful */
|
|
}
|