Files
rgbds/test/asm/purge-ref.err
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

12 lines
427 B
Plaintext

error: Symbol `ref` is referenced and thus cannot be purged
at purge-ref.asm(4)
warning: Purging a label `OK` [-Wpurge]
at purge-ref.asm(7)
error: Symbol `NotOK` is referenced and thus cannot be purged
at purge-ref.asm(11)
error: Symbol `EvenLessOK` is referenced and thus cannot be purged
at purge-ref.asm(15)
warning: Purging a label `Maybe` [-Wpurge]
at purge-ref.asm(23)
Assembly aborted with 3 errors!