nomo/tests/cases/simple.3-instructions.snap
Marcel Müller 06816567ff Use macro per-test-file
Signed-off-by: Marcel Müller <neikos@neikos.email>
2026-03-12 18:15:20 +01:00

15 lines
237 B
Text

---
source: tests/file_tests.rs
expression: emit
info:
input: Hello World!
context: {}
---
VMInstructions {
labels: {},
instructions: [
AppendContent {
content: "Hello World!" (0..12),
},
],
}