mirror of
https://codeberg.org/icewind/vdf-reader.git
synced 2026-08-02 12:14:47 +02:00
updates
This commit is contained in:
parent
e19eb4601e
commit
97ee910d85
36 changed files with 716 additions and 762 deletions
24
tests/snapshots/parse__parse__tests__data__messy.vdf.snap
Normal file
24
tests/snapshots/parse__parse__tests__data__messy.vdf.snap
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
---
|
||||
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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue