Fix interpolation after empty string literal

This commit is contained in:
Rangi42
2025-07-31 15:17:11 -04:00
parent d1829ed923
commit 86b43ea14f
2 changed files with 16 additions and 17 deletions

View File

@@ -1,18 +1,8 @@
error: interpolation-after-string.asm(2):
Unknown character '{'
error: interpolation-after-string.asm(2):
Unknown character '}'
error: interpolation-after-string.asm(5):
Unknown character '{'
error: interpolation-after-string.asm(5):
syntax error, unexpected symbol
while expanding symbol "greeting"
error: interpolation-after-string.asm(5):
Unknown character '}'
while expanding symbol "hello"
error: interpolation-after-string.asm(8):
Unknown character '{'
Interpolated symbol "goodbye" does not exist
error: interpolation-after-string.asm(8):
syntax error, unexpected symbol
error: interpolation-after-string.asm(8):
Unknown character '}'
Assembly aborted with 8 errors!
syntax error, unexpected string
Assembly aborted with 3 errors!