Files
rgbds/test/link/cascading-errors.out
Rangi 7b405513d9 Make quote marks consistent in error/warning messages (#1791)
- "Double quotes" for strings (filenames, section names, CLI option arguments, etc)
- 'Single quotes' for characters and CLI option flags
- `Backticks` for keywords and identifiers (symbol names, charmap names, etc)

CLI option flags also have their leading dashes
2025-08-12 15:24:21 -04:00

22 lines
649 B
Plaintext

error: Undefined symbol `Foo`
at cascading-errors.asm(18)
error: Undefined symbol `Bar`
at cascading-errors.asm(19)
error: Undefined symbol `hNonExist`
at cascading-errors.asm(16)
error: Undefined symbol `NonExist`
at cascading-errors.asm(14)
error: Undefined symbol `Foo`
at cascading-errors.asm(12)
error: Undefined symbol `Foo`
at cascading-errors.asm(10)
error: Division by 0
at cascading-errors.asm(10)
error: Undefined symbol `Foo`
at cascading-errors.asm(9)
error: Undefined symbol `Bar`
at cascading-errors.asm(9)
error: Undefined symbol `Bar`
at cascading-errors.asm(8)
Linking failed with 10 errors