unlit generic

This commit is contained in:
Robin Appelman 2023-12-18 19:55:02 +01:00
commit 12793d367c
7 changed files with 89 additions and 2 deletions

View file

@ -4,6 +4,7 @@ use test_case::test_case;
use vmt_parser::from_str;
#[test_case("tests/data/concretefloor003.vmt")]
#[test_case("tests/data/mvm_backpack.vmt")]
fn test_serde(path: &str) {
let raw = read_to_string(path).unwrap();
match from_str(&raw) {