mirror of
https://codeberg.org/icewind/vmt-parser.git
synced 2026-08-02 12:24:46 +02:00
fix tests
This commit is contained in:
parent
27a4f9fc38
commit
8513568506
11 changed files with 394 additions and 424 deletions
|
|
@ -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
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue