nomo/tests/cases/2-ast@simple.snap
Marcel Müller 67b9c418ac Fixup the testing stuff
Signed-off-by: Marcel Müller <neikos@neikos.email>
2026-03-06 15:09:53 +01:00

15 lines
273 B
Text

---
source: tests/file_tests.rs
expression: ast
input_file: tests/cases/simple.temple
---
TemplateAst {
root: [
StaticContent(
TemplateToken {
kind: Content,
source: "Hello World!",
},
),
],
}