mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
6
test/asm/interpolation-recursion.asm
Normal file
6
test/asm/interpolation-recursion.asm
Normal file
@@ -0,0 +1,6 @@
|
||||
recurse EQUS "\{recurse\} "
|
||||
{recurse}
|
||||
|
||||
; FIXME: also handle the following:
|
||||
; recurse EQUS "\{recurse\}"
|
||||
; {recurse}
|
||||
67
test/asm/interpolation-recursion.err
Normal file
67
test/asm/interpolation-recursion.err
Normal file
@@ -0,0 +1,67 @@
|
||||
FATAL: interpolation-recursion.asm(2):
|
||||
Recursion limit (64) exceeded
|
||||
while expanding symbol "{recurse} "
|
||||
while expanding symbol "{recurse} "
|
||||
while expanding symbol "{recurse} "
|
||||
while expanding symbol "{recurse} "
|
||||
while expanding symbol "{recurse} "
|
||||
while expanding symbol "{recurse} "
|
||||
while expanding symbol "{recurse} "
|
||||
while expanding symbol "{recurse} "
|
||||
while expanding symbol "{recurse} "
|
||||
while expanding symbol "{recurse} "
|
||||
while expanding symbol "{recurse} "
|
||||
while expanding symbol "{recurse} "
|
||||
while expanding symbol "{recurse} "
|
||||
while expanding symbol "{recurse} "
|
||||
while expanding symbol "{recurse} "
|
||||
while expanding symbol "{recurse} "
|
||||
while expanding symbol "{recurse} "
|
||||
while expanding symbol "{recurse} "
|
||||
while expanding symbol "{recurse} "
|
||||
while expanding symbol "{recurse} "
|
||||
while expanding symbol "{recurse} "
|
||||
while expanding symbol "{recurse} "
|
||||
while expanding symbol "{recurse} "
|
||||
while expanding symbol "{recurse} "
|
||||
while expanding symbol "{recurse} "
|
||||
while expanding symbol "{recurse} "
|
||||
while expanding symbol "{recurse} "
|
||||
while expanding symbol "{recurse} "
|
||||
while expanding symbol "{recurse} "
|
||||
while expanding symbol "{recurse} "
|
||||
while expanding symbol "{recurse} "
|
||||
while expanding symbol "{recurse} "
|
||||
while expanding symbol "{recurse} "
|
||||
while expanding symbol "{recurse} "
|
||||
while expanding symbol "{recurse} "
|
||||
while expanding symbol "{recurse} "
|
||||
while expanding symbol "{recurse} "
|
||||
while expanding symbol "{recurse} "
|
||||
while expanding symbol "{recurse} "
|
||||
while expanding symbol "{recurse} "
|
||||
while expanding symbol "{recurse} "
|
||||
while expanding symbol "{recurse} "
|
||||
while expanding symbol "{recurse} "
|
||||
while expanding symbol "{recurse} "
|
||||
while expanding symbol "{recurse} "
|
||||
while expanding symbol "{recurse} "
|
||||
while expanding symbol "{recurse} "
|
||||
while expanding symbol "{recurse} "
|
||||
while expanding symbol "{recurse} "
|
||||
while expanding symbol "{recurse} "
|
||||
while expanding symbol "{recurse} "
|
||||
while expanding symbol "{recurse} "
|
||||
while expanding symbol "{recurse} "
|
||||
while expanding symbol "{recurse} "
|
||||
while expanding symbol "{recurse} "
|
||||
while expanding symbol "{recurse} "
|
||||
while expanding symbol "{recurse} "
|
||||
while expanding symbol "{recurse} "
|
||||
while expanding symbol "{recurse} "
|
||||
while expanding symbol "{recurse} "
|
||||
while expanding symbol "{recurse} "
|
||||
while expanding symbol "{recurse} "
|
||||
while expanding symbol "{recurse} "
|
||||
while expanding symbol "{recurse} "
|
||||
while expanding symbol "{recurse} "
|
||||
0
test/asm/interpolation-recursion.out
Normal file
0
test/asm/interpolation-recursion.out
Normal file
3
test/asm/nested-interpolation-recursion.asm
Normal file
3
test/asm/nested-interpolation-recursion.asm
Normal file
@@ -0,0 +1,3 @@
|
||||
def s equs "s"
|
||||
; 65 nested {}s, recursion limit is 64
|
||||
println "{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{s}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}"
|
||||
2
test/asm/nested-interpolation-recursion.err
Normal file
2
test/asm/nested-interpolation-recursion.err
Normal file
@@ -0,0 +1,2 @@
|
||||
FATAL: nested-interpolation-recursion.asm(3):
|
||||
Recursion limit (64) exceeded
|
||||
0
test/asm/nested-interpolation-recursion.out
Normal file
0
test/asm/nested-interpolation-recursion.out
Normal file
Reference in New Issue
Block a user