mirror of
https://codeberg.org/icewind/vdf-reader.git
synced 2026-06-04 02:24:08 +02:00
serde
This commit is contained in:
parent
26c9b82b8e
commit
1f0a53d241
14 changed files with 1219 additions and 100 deletions
|
|
@ -3,11 +3,10 @@ source: tests/parse.rs
|
|||
expression: parsed
|
||||
---
|
||||
Table({
|
||||
"#base": Statement(Statement("panelBase.res")),
|
||||
"Resource/specificPanel.res": Table(Table({
|
||||
"$envmaptint": Value(Value(".5")),
|
||||
".5": Value(Value(".5")),
|
||||
"\\\"$translucent\"": Value(Value("1")),
|
||||
"\\\\\"$translucent\"": Value(Value("1")),
|
||||
"array": Array(Array([
|
||||
Value(Value("1")),
|
||||
Value(Value("2")),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue