30 lines
715 B
Text
30 lines
715 B
Text
---
|
|
source: tests/file_tests.rs
|
|
expression: ast
|
|
input_file: tests/cases/multiple.nomo
|
|
---
|
|
TemplateAst {
|
|
root: [
|
|
StaticContent(
|
|
"Hi there! My name is" (0..20),
|
|
),
|
|
Interpolation {
|
|
prev_whitespace_content: Some(
|
|
" " (20..21),
|
|
),
|
|
expression: VariableAccess(
|
|
"name" (25..29),
|
|
),
|
|
post_whitespace_content: Some(
|
|
" " (32..33),
|
|
),
|
|
},
|
|
Interpolation {
|
|
prev_whitespace_content: None,
|
|
expression: VariableAccess(
|
|
"lastname" (37..45),
|
|
),
|
|
post_whitespace_content: None,
|
|
},
|
|
],
|
|
}
|