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
|
|
@ -13,5 +13,8 @@ fn test_parse(path: &str) {
|
|||
let parsed = Table::load(&mut reader)
|
||||
.map_err(miette::Error::from)
|
||||
.expect("failed to parse test data");
|
||||
insta::assert_ron_snapshot!(path, parsed);
|
||||
|
||||
insta::with_settings!({sort_maps => true}, {
|
||||
insta::assert_json_snapshot!(format!("parse__{}", path), parsed);
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue