mirror of
https://codeberg.org/icewind/vdf-reader.git
synced 2026-06-03 18:14:07 +02:00
18 lines
451 B
Text
18 lines
451 B
Text
---
|
|
source: tests/parse.rs
|
|
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")),
|
|
Value(Value("3")),
|
|
])),
|
|
"empty": Value(Value("")),
|
|
"empty quoted": Value(Value("\"\"")),
|
|
"windows_path": Value(Value("C:\\test\\no newline")),
|
|
})),
|
|
})
|