38 lines
679 B
Text
38 lines
679 B
Text
---
|
|
source: tests/file_tests.rs
|
|
expression: emit
|
|
input_file: tests/cases/multiple.nomo
|
|
---
|
|
[
|
|
AppendContent {
|
|
content: "Hi there! My name is",
|
|
},
|
|
AppendContent {
|
|
content: " ",
|
|
},
|
|
LoadFromContextToSlot {
|
|
name: "name",
|
|
slot: VariableSlot {
|
|
index: 0,
|
|
},
|
|
},
|
|
EmitFromSlot {
|
|
slot: VariableSlot {
|
|
index: 0,
|
|
},
|
|
},
|
|
AppendContent {
|
|
content: " ",
|
|
},
|
|
LoadFromContextToSlot {
|
|
name: "lastname",
|
|
slot: VariableSlot {
|
|
index: 1,
|
|
},
|
|
},
|
|
EmitFromSlot {
|
|
slot: VariableSlot {
|
|
index: 1,
|
|
},
|
|
},
|
|
]
|