mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-21 10:42:07 +00:00
Fix nested undefined interpolation segfault (#1542)
This commit is contained in:
3
test/asm/nested-bad-interpolation.asm
Normal file
3
test/asm/nested-bad-interpolation.asm
Normal file
@@ -0,0 +1,3 @@
|
||||
def p = {{a}}
|
||||
def q = "{b}"
|
||||
def r = "{{c}}"
|
||||
Reference in New Issue
Block a user