mirror of
https://codeberg.org/icewind/vdf-reader.git
synced 2026-06-04 02:24:08 +02:00
22 lines
334 B
Text
22 lines
334 B
Text
---
|
|
source: tests/parse.rs
|
|
expression: parsed
|
|
---
|
|
{
|
|
"Resource/specificPanel.res": {
|
|
"$envmaptint": [
|
|
".5",
|
|
".5",
|
|
".5",
|
|
],
|
|
"\\\\\"$translucent\"": "1",
|
|
"array": [
|
|
"1",
|
|
"2",
|
|
"3",
|
|
],
|
|
"empty": "",
|
|
"empty quoted": "\"\"",
|
|
"windows_path": "C:\\test\\no newline",
|
|
},
|
|
}
|