mirror of
https://codeberg.org/icewind/vdf-reader.git
synced 2026-06-03 18:14:07 +02:00
add support for deserializing a map with int keys as a sequence
This commit is contained in:
parent
1a37f7e866
commit
b928f85df6
14 changed files with 226 additions and 9 deletions
|
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
source: tests/serde.rs
|
||||
expression: out
|
||||
---
|
||||
vmt_reader::unexpected_token
|
||||
|
||||
× Invalid array key 3, expected 2
|
||||
╭─[5:3]
|
||||
4 │ "1" "bar"
|
||||
5 │ "3" "asd"
|
||||
· ─┬─
|
||||
· ╰── Invalid array key 3, expected 2
|
||||
6 │ }
|
||||
╰────
|
||||
Loading…
Add table
Add a link
Reference in a new issue