mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Expand the test for {interpolation} after two double quotes
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
def hello = $11
|
def concat equs """++ "hi world" ++"""
|
||||||
def goodbye = $22
|
println ""{concat}""
|
||||||
|
|
||||||
def greeting equs "hello"
|
def greeting equs "hello"
|
||||||
println ""{greeting}
|
println ""{greeting}
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
error: interpolation-after-string.asm(2):
|
||||||
|
Unknown character '{'
|
||||||
|
error: interpolation-after-string.asm(2):
|
||||||
|
Unknown character '}'
|
||||||
error: interpolation-after-string.asm(5):
|
error: interpolation-after-string.asm(5):
|
||||||
Unknown character '{'
|
Unknown character '{'
|
||||||
error: interpolation-after-string.asm(5):
|
error: interpolation-after-string.asm(5):
|
||||||
@@ -11,4 +15,4 @@ error: interpolation-after-string.asm(8):
|
|||||||
syntax error, unexpected symbol
|
syntax error, unexpected symbol
|
||||||
error: interpolation-after-string.asm(8):
|
error: interpolation-after-string.asm(8):
|
||||||
Unknown character '}'
|
Unknown character '}'
|
||||||
Assembly aborted with 6 errors!
|
Assembly aborted with 8 errors!
|
||||||
|
|||||||
1
test/asm/interpolation-after-string.out
Normal file
1
test/asm/interpolation-after-string.out
Normal file
@@ -0,0 +1 @@
|
|||||||
|
hi world
|
||||||
Reference in New Issue
Block a user