27 lines
566 B
Text
27 lines
566 B
Text
---
|
|
source: tests/file_tests.rs
|
|
expression: emit
|
|
input_file: tests/cases/interpolation.nomo
|
|
---
|
|
VMInstructions {
|
|
labels: {},
|
|
instructions: [
|
|
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,
|
|
},
|
|
},
|
|
],
|
|
}
|