Skip to content

Commit 259b279

Browse files
committed
Expanded UTF-8 test.
1 parent ea8bbf3 commit 259b279

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

tests/utf8-no-bom.asm

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
;`00 00 0F 00
55
;`00 00 10 00
66
;`6F
7+
;`06 06 06
78
;P>12 0 -1
89
;P>14
910

@@ -35,3 +36,12 @@ dd "􀀀"
3536
cleartable
3637
db 'o'
3738
print bytes
39+
40+
41+
'ä' = $06
42+
43+
macro text_macro(text_arg)
44+
db "<text_arg>"
45+
endmacro
46+
47+
%text_macro("äää")

0 commit comments

Comments
 (0)