Skip to content

Commit 7fa5388

Browse files
committed
Strengthen utf32_empty test
1 parent 4690360 commit 7fa5388

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/pass_compile/utf32_empty.tas

+3
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@
22
.utf32 "bar" ""
33
.utf32 "" "quux"
44
.utf32 "" "baz" ""
5+
.utf32 "" ""
6+
.utf32 "" "" "xyzzy" "" ""
7+
.utf32 "before" "" "" "" "after"

0 commit comments

Comments
 (0)