transparent entry serde

This commit is contained in:
Robin Appelman 2023-12-18 20:54:49 +01:00
commit 3d0ca31840
8 changed files with 132 additions and 128 deletions

View file

@ -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"),
}),
})
},
}