mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-28 13:57:48 +00:00
Add a test case for overlapping IF/ENDC and REPT/ENDR
This trips an asserton in the Rust rewrite because of its different conditional stack design
This commit is contained in:
4
test/asm/misleading-indentation.asm
Normal file
4
test/asm/misleading-indentation.asm
Normal file
@@ -0,0 +1,4 @@
|
||||
IF 1
|
||||
REPT 1
|
||||
ENDC ; misleading indentation!
|
||||
ENDR
|
||||
Reference in New Issue
Block a user