mirror of
https://codeberg.org/icewind/vdf-reader.git
synced 2026-06-03 18:14:07 +02:00
serde
This commit is contained in:
parent
26c9b82b8e
commit
1f0a53d241
14 changed files with 1219 additions and 100 deletions
16
tests/snapshots/serde__tests__data__messy.vdf.snap
Normal file
16
tests/snapshots/serde__tests__data__messy.vdf.snap
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
source: tests/serde.rs
|
||||
expression: result
|
||||
---
|
||||
r#Resource/specificPanel.res(
|
||||
empty: (),
|
||||
array: [
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
],
|
||||
windows_path: "C:\\test\\no newline",
|
||||
r#\\"$translucent": true,
|
||||
r#$envmaptint: 0.5,
|
||||
r#.5: 0.5,
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue