Skip to content

Commit a0c95b0

Browse files
committed
1 parent 0ee1d61 commit a0c95b0

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/tests/units/series-test.r3

+6-3
Original file line numberDiff line numberDiff line change
@@ -650,6 +650,12 @@ Rebol [
650650
--assert "^M^/" = to-string to-binary "^M^/"
651651
--assert "^/^M" = to-string to-binary "^/^M"
652652

653+
--test-- "issue-2186"
654+
;@@ https://github.com/Oldes/Rebol-issues/issues/2186
655+
--assert "äöü^/" = to-string #{FFFE0000E4000000F6000000FC0000000A000000}
656+
--assert "äöü^/" = to-string #{0000FEFF000000E4000000F6000000FC0000000A}
657+
658+
; additional tests which also contain CRLF
653659
--test-- "issue-2186 read UCS16-LE"
654660
bin: read %units/files/issue-2186-UTF16-LE.txt
655661
--assert all [
@@ -696,9 +702,6 @@ Rebol [
696702
11709824 = checksum str
697703
]
698704

699-
700-
701-
702705
===end-group===
703706

704707
===start-group=== "ICONV"

0 commit comments

Comments
 (0)