Also emit TokenKind in debug
Signed-off-by: Marcel Müller <neikos@neikos.email>
This commit is contained in:
parent
13eb4ca1d0
commit
08b480705b
14 changed files with 205 additions and 205 deletions
|
|
@ -6,14 +6,14 @@ input_file: tests/cases/interpolation.nomo
|
|||
TemplateAst {
|
||||
root: [
|
||||
StaticContent(
|
||||
"Hello! I'm" (0..10),
|
||||
[Content]"Hello! I'm" (0..10),
|
||||
),
|
||||
Interpolation {
|
||||
prev_whitespace_content: Some(
|
||||
" " (10..11),
|
||||
[Whitespace]" " (10..11),
|
||||
),
|
||||
expression: VariableAccess(
|
||||
"name" (15..19),
|
||||
[Ident]"name" (15..19),
|
||||
),
|
||||
post_whitespace_content: None,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue