nomo/tests/cases/2-ast@simple.snap
Marcel Müller 08b480705b Also emit TokenKind in debug
Signed-off-by: Marcel Müller <neikos@neikos.email>
2026-03-08 20:05:54 +01:00

12 lines
202 B
Text

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