water wip

This commit is contained in:
Robin Appelman 2023-12-18 20:10:21 +01:00
commit aac06e896b
5 changed files with 143 additions and 0 deletions

View file

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