nomo/tests/cases/2-ast@simple.snap
Marcel Müller d2e0405033 Rename library to nomo
Signed-off-by: Marcel Müller <neikos@neikos.email>
2026-03-07 10:07:47 +01:00

15 lines
271 B
Text

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