Add some more string test cases

This commit is contained in:
Rangi42
2025-01-27 23:44:52 -05:00
parent c4b456b166
commit 34a9c8e083
8 changed files with 32 additions and 2 deletions

View File

@@ -42,4 +42,12 @@ error: invalid-utf-8-strings.asm(22):
STRSUB: Invalid UTF-8 byte 0xA3
error: invalid-utf-8-strings.asm(22):
STRSUB: Invalid UTF-8 byte 0xA4
error: Assembly aborted (22 errors)!
error: invalid-utf-8-strings.asm(35):
STRLEN: Invalid UTF-8 byte 0xFE
error: invalid-utf-8-strings.asm(35):
STRLEN: Invalid UTF-8 byte 0x81
error: invalid-utf-8-strings.asm(35):
STRLEN: Invalid UTF-8 byte 0xFF
error: invalid-utf-8-strings.asm(36):
Input string is not valid UTF-8
error: Assembly aborted (26 errors)!