mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Merge pull request #402 from dbrotz/fix-386
Fix nested if statements that don't have following whitespace
This commit is contained in:
18
test/asm/nested-if.asm
Normal file
18
test/asm/nested-if.asm
Normal file
@@ -0,0 +1,18 @@
|
||||
if 0
|
||||
if(1)
|
||||
endc
|
||||
if 1
|
||||
endc
|
||||
if{x}
|
||||
endc
|
||||
endc
|
||||
|
||||
if 1
|
||||
else
|
||||
if(1)
|
||||
endc
|
||||
if 1
|
||||
endc
|
||||
if{x}
|
||||
endc
|
||||
endc
|
||||
0
test/asm/nested-if.out
Normal file
0
test/asm/nested-if.out
Normal file
0
test/asm/nested-if.out.pipe
Normal file
0
test/asm/nested-if.out.pipe
Normal file
Reference in New Issue
Block a user