nomo/tests/cases/2-ast@interpolation.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

21 lines
480 B
Text

---
source: tests/file_tests.rs
expression: ast
input_file: tests/cases/interpolation.nomo
---
TemplateAst {
root: [
StaticContent(
[Content]"Hello! I'm" (0..10),
),
Interpolation {
prev_whitespace_content: Some(
[Whitespace]" " (10..11),
),
expression: VariableAccess(
[Ident]"name" (15..19),
),
post_whitespace_content: None,
},
],
}