mirror of
https://codeberg.org/icewind/vdf-reader.git
synced 2026-06-03 18:14:07 +02:00
transparent entry serde
This commit is contained in:
parent
7d79e1e7bd
commit
3d0ca31840
8 changed files with 132 additions and 128 deletions
|
|
@ -2,18 +2,18 @@
|
|||
source: tests/parse.rs
|
||||
expression: parsed
|
||||
---
|
||||
Table({
|
||||
"Resource/specificPanel.res": Table({
|
||||
{
|
||||
"Resource/specificPanel.res": {
|
||||
"$envmaptint": Value(".5"),
|
||||
".5": Value(".5"),
|
||||
"\\\\\"$translucent\"": Value("1"),
|
||||
"array": Array([
|
||||
"array": [
|
||||
Value("1"),
|
||||
Value("2"),
|
||||
Value("3"),
|
||||
]),
|
||||
],
|
||||
"empty": Value(""),
|
||||
"empty quoted": Value("\"\""),
|
||||
"windows_path": Value("C:\\test\\no newline"),
|
||||
}),
|
||||
})
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue