mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Add test for nested brackets
This commit is contained in:
5
test/asm/nested-brackets.asm
Normal file
5
test/asm/nested-brackets.asm
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
STRING equs "OK"
|
||||||
|
WRAPPER equs "TRIN"
|
||||||
|
PRINTT "{S{WRAPPER}G}\n"
|
||||||
|
|
||||||
|
PRINTT "{S{WRAPPER}G"
|
||||||
3
test/asm/nested-brackets.out
Normal file
3
test/asm/nested-brackets.out
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
ERROR: nested-brackets.asm(5):
|
||||||
|
Missing }
|
||||||
|
OK
|
||||||
Reference in New Issue
Block a user