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