Files
rgbds/test/asm/misleading-indentation.err
Rangi42 96b953fe51 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
2025-09-25 11:57:56 -04:00

3 lines
163 B
Plaintext

FATAL: Found `ENDC` outside of a conditional (not after an `IF`/`ELIF`/`ELSE` block)
at misleading-indentation.asm::REPT~1(3) <- misleading-indentation.asm(2)