Use macro per-test-file

Signed-off-by: Marcel Müller <neikos@neikos.email>
This commit is contained in:
Marcel Müller 2026-03-12 18:15:20 +01:00
parent 605798674f
commit 06816567ff
49 changed files with 213 additions and 271 deletions

View file

@ -1,24 +0,0 @@
---
source: tests/file_tests.rs
expression: parsed
input_file: tests/cases/multiple.nomo
---
ParsedTemplate {
tokens: [
[Content]"Hi there! My name is" (0..20),
[Whitespace]" " (20..21),
[LeftDelim]"{{" (21..23),
[WantsOutput]"=" (23..24),
[Whitespace]" " (24..25),
[Ident]"name" (25..29),
[Whitespace]" " (29..30),
[RightDelim]"}}" (30..32),
[Whitespace]" " (32..33),
[LeftDelim]"{{" (33..35),
[WantsOutput]"=" (35..36),
[Whitespace]" " (36..37),
[Ident]"lastname" (37..45),
[Whitespace]" " (45..46),
[RightDelim]"}}" (46..48),
],
}