fix tests

This commit is contained in:
Robin Appelman 2026-07-11 21:20:47 +02:00
commit 8513568506
11 changed files with 394 additions and 424 deletions

View file

@ -2,8 +2,16 @@
source: tests/parse.rs
expression: result
---
subrect(SubRectMaterial(
r#$material: "decals/decals_mod2x",
r#$pos: Vec2((64.0, 0.0)),
r#$size: Vec2((64.0, 64.0)),
))
{
"subrect": {
"$material": "decals/decals_mod2x",
"$pos": [
64.0,
0.0
],
"$size": [
64.0,
64.0
]
}
}