Skip to content

Commit

Permalink
Strengthen utf32_empty test
Browse files Browse the repository at this point in the history
  • Loading branch information
kulp committed Jul 11, 2019
1 parent 4690360 commit 7fa5388
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/pass_compile/utf32_empty.tas
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@
.utf32 "bar" ""
.utf32 "" "quux"
.utf32 "" "baz" ""
.utf32 "" ""
.utf32 "" "" "xyzzy" "" ""
.utf32 "before" "" "" "" "after"

0 comments on commit 7fa5388

Please sign in to comment.