mirror of
https://codeberg.org/icewind/vdf-reader.git
synced 2026-06-03 18:14:07 +02:00
serde array value
This commit is contained in:
parent
d7d26f530a
commit
6643822671
5 changed files with 218 additions and 4 deletions
|
|
@ -192,9 +192,8 @@ fn test_serde(path: &str) {
|
|||
|
||||
#[test_case("tests/data/toplevel.vdf")]
|
||||
#[test_case("tests/data/concrete.vmt")]
|
||||
// #[test_case("tests/data/messy.vdf")]
|
||||
// #[test_case("tests/data/DialogConfigOverlay_1280x720.vdf")]
|
||||
// #[test_case("tests/data/serde_array_type.vdf")]
|
||||
#[test_case("tests/data/DialogConfigOverlay_1280x720.vdf")]
|
||||
#[test_case("tests/data/serde_array_type.vdf")]
|
||||
fn test_serde_table(path: &str) {
|
||||
let raw = read_to_string(path).unwrap();
|
||||
match from_str::<Table>(&raw) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue