mirror of
https://codeberg.org/icewind/vdf-reader.git
synced 2026-06-03 18:14:07 +02:00
make bare sequences worth with Entry
This commit is contained in:
parent
fe7bc149d6
commit
d29d06166c
10 changed files with 145 additions and 24 deletions
|
|
@ -250,6 +250,7 @@ fn test_serde_table(path: &str) {
|
|||
fn test_serde_from_table(path: &str) {
|
||||
let raw = read_to_string(path).unwrap();
|
||||
let result = Table::load_from_str(&raw).unwrap();
|
||||
dbg!(&result);
|
||||
|
||||
let material: Expected = from_entry(result.into()).expect("table to material");
|
||||
insta::assert_ron_snapshot!(format!("table_to_material__{}", path), material);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue