Skip to content

Commit 8290677

Browse files
committed
Test endianness on Windows
1 parent 861063c commit 8290677

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/runtests.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
using Base.Test
22
using iconv
33

4+
@show encode("café", "UTF-16")
5+
@show encode("café", "UTF-16LE")
6+
@show encode("café", "UTF-16BE")
7+
48
for s in ("", "a", "café crème",
59
"a"^(iconv.BUFSIZE-1) * "€ with an incomplete codepoint between two input buffer fills",
610
"a string € チャネルパートナーの選択")

0 commit comments

Comments
 (0)