Skip to content

Commit 9cf326b

Browse files
committed
1 parent 4d88668 commit 9cf326b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/tests/units/series-test.r3

+7
Original file line numberDiff line numberDiff line change
@@ -860,6 +860,13 @@ Rebol [
860860
--assert #{0102} = copy/part b 2
861861
--assert #{01020304} = copy/part b 100
862862

863+
--test-- "to-string to-binary"
864+
;@@ https://github.com/Oldes/Rebol-issues/issues/1517
865+
--assert "^M" = to-string to-binary "^M"
866+
--assert "^/" = to-string to-binary "^/"
867+
--assert "^M^/" = to-string to-binary "^M^/"
868+
--assert #{0D0A} = to-binary to-string #{0D0A}
869+
863870
===end-group===
864871

865872

0 commit comments

Comments
 (0)