24 lines
440 B
Text
24 lines
440 B
Text
---
|
|
source: tests/file_tests.rs
|
|
expression: emit
|
|
input_file: tests/cases/interpolation.nomo
|
|
---
|
|
[
|
|
AppendContent {
|
|
content: "Hello! I'm" (0..10),
|
|
},
|
|
AppendContent {
|
|
content: " " (10..11),
|
|
},
|
|
LoadFromContextToSlot {
|
|
name: "name" (15..19),
|
|
slot: VariableSlot {
|
|
index: 0,
|
|
},
|
|
},
|
|
EmitFromSlot {
|
|
slot: VariableSlot {
|
|
index: 0,
|
|
},
|
|
},
|
|
]
|