Fixup the testing stuff
Signed-off-by: Marcel Müller <neikos@neikos.email>
This commit is contained in:
parent
d3e6410ec0
commit
67b9c418ac
11 changed files with 12 additions and 30 deletions
24
tests/cases/3-instructions@interpolation.snap
Normal file
24
tests/cases/3-instructions@interpolation.snap
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
---
|
||||
source: tests/file_tests.rs
|
||||
expression: emit
|
||||
input_file: tests/cases/interpolation.temple
|
||||
---
|
||||
[
|
||||
AppendContent {
|
||||
content: "Hello! I'm",
|
||||
},
|
||||
AppendContent {
|
||||
content: " ",
|
||||
},
|
||||
LoadFromContextToSlot {
|
||||
name: "name",
|
||||
slot: VariableSlot {
|
||||
index: 0,
|
||||
},
|
||||
},
|
||||
EmitFromSlot {
|
||||
slot: VariableSlot {
|
||||
index: 0,
|
||||
},
|
||||
},
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue