mirror of
https://codeberg.org/icewind/vdf-reader.git
synced 2026-08-02 04:04:52 +02:00
24 lines
396 B
Text
24 lines
396 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"
|
|
}
|
|
}
|