fix: lack of .model.json support

This commit is contained in:
2025-12-15 20:26:25 +01:00
parent 5c396322d9
commit 790312a5b0
11 changed files with 80 additions and 13 deletions

View File

@@ -0,0 +1,6 @@
---
source: tests/rojo_test/syncback_util.rs
assertion_line: 101
expression: "String::from_utf8_lossy(&output.stdout)"
---

View File

@@ -0,0 +1,9 @@
---
source: tests/tests/syncback.rs
assertion_line: 31
expression: src/foo.model.json
---
{
"name": "/Bar",
"className": "StringValue"
}