Patch in content of previous block if it exists

Signed-off-by: Marcel Müller <neikos@neikos.email>
This commit is contained in:
Marcel Müller 2026-03-09 13:08:15 +01:00
parent ae379df9db
commit 6a233e978f
6 changed files with 34 additions and 29 deletions

View file

@ -22,15 +22,15 @@ input_file: tests/cases/condition.nomo
AppendContent {
content: "Hello World!" (18..30),
},
AppendContent {
content: "\n" (30..31),
},
Jump {
jump: 3,
jump: 2,
},
AppendContent {
content: "\n " (13..18),
},
AppendContent {
content: "\n" (30..31),
},
AppendContent {
content: "\n\n" (40..42),
},