28 lines
473 B
Text
28 lines
473 B
Text
---
|
|
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,
|
|
},
|
|
},
|
|
AppendContent {
|
|
content: "
|
|
",
|
|
},
|
|
]
|