Refer to "end of line", not "newline" (#1517)

This commit is contained in:
Sylvie
2024-09-22 20:15:02 -04:00
committed by GitHub
parent 6b89938da7
commit 22767e36e2
8 changed files with 14 additions and 14 deletions

View File

@@ -17,7 +17,7 @@ error: invalid-opt.asm(8):
error: invalid-opt.asm(9):
Must specify an argument for option 'W'
error: invalid-opt.asm(10):
syntax error, unexpected newline, expecting string
syntax error, unexpected end of line, expecting string
error: invalid-opt.asm(11):
No entries in the option stack
error: Assembly aborted (11 errors)!