mirror of
https://codeberg.org/icewind/vmt-parser.git
synced 2026-08-02 12:24:46 +02:00
handrail test file
This commit is contained in:
parent
0683c4f4f2
commit
b39558cc5b
3 changed files with 37 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ enum LoaderError {
|
|||
#[test_case("tests/data/water_murky.vmt")]
|
||||
#[test_case("tests/data/blendrocktograss002.vmt")]
|
||||
#[test_case("tests/data/patch.vmt")]
|
||||
#[test_case("tests/data/handrail128_skin2.vmt")]
|
||||
fn test_serde(path: &str) {
|
||||
let raw = read_to_string(path).unwrap();
|
||||
match from_str(&raw) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue