mirror of
https://codeberg.org/icewind/vdf-reader.git
synced 2026-06-03 10:04:08 +02:00
better errors for keys without values
This commit is contained in:
parent
2f6fc3e180
commit
9c06896b34
8 changed files with 191 additions and 6 deletions
|
|
@ -9,4 +9,6 @@
|
|||
array 2
|
||||
array "3"
|
||||
windows_path "C:\test\no newline"
|
||||
|
||||
\\"$translucent" 1 // this is read vdf written by real valve developers
|
||||
}
|
||||
|
|
@ -5,6 +5,7 @@ expression: parsed
|
|||
Table({
|
||||
"#base": Statement(Statement("panelBase.res")),
|
||||
"Resource/specificPanel.res": Table(Table({
|
||||
"\\\"$translucent\"": Value(Value("1")),
|
||||
"array": Array(Array([
|
||||
Value(Value("1")),
|
||||
Value(Value("2")),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue