Use macro per-test-file
Signed-off-by: Marcel Müller <neikos@neikos.email>
This commit is contained in:
parent
605798674f
commit
06816567ff
49 changed files with 213 additions and 271 deletions
|
|
@ -1,17 +0,0 @@
|
|||
---
|
||||
source: tests/file_tests.rs
|
||||
expression: parsed
|
||||
input_file: tests/cases/interpolation.nomo
|
||||
---
|
||||
ParsedTemplate {
|
||||
tokens: [
|
||||
[Content]"Hello! I'm" (0..10),
|
||||
[Whitespace]" " (10..11),
|
||||
[LeftDelim]"{{" (11..13),
|
||||
[WantsOutput]"=" (13..14),
|
||||
[Whitespace]" " (14..15),
|
||||
[Ident]"name" (15..19),
|
||||
[Whitespace]" " (19..20),
|
||||
[RightDelim]"}}" (20..22),
|
||||
],
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue