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