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
10
tests/cases/condition.4-output.snap
Normal file
10
tests/cases/condition.4-output.snap
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
source: tests/file_tests.rs
|
||||
expression: output
|
||||
info:
|
||||
input: "{{ if test }}\n Hello World!\n{{ end }}\n\n{{= stuff }}"
|
||||
context:
|
||||
stuff: more
|
||||
test: true
|
||||
---
|
||||
"\n Hello World!\n\n\nmore"
|
||||
Loading…
Add table
Add a link
Reference in a new issue