mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-28 13:57:48 +00:00
Make invalid UTF-8 characters in strings non-fatal
STRLEN and STRSUB report the erroneous bytes Fixes #848
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
; This test tries to pass invalid UTF-8 through a macro argument
|
||||
; to exercise the lexer's reportGarbageChar
|
||||
; to exercise the lexer's unknown character reporting
|
||||
m:MACRO
|
||||
\1
|
||||
ENDM
|
||||
|
||||
Reference in New Issue
Block a user