Skip to content

Commit 1d9790d

Browse files
committed
1 parent 62a4bbd commit 1d9790d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/tests/units/series-test.r3

+6
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,12 @@ Rebol [
192192
--assert "1!!2!!3" = replace/all "1 2 3" " " "!!"
193193
===end-group===
194194

195+
===start-group=== "REPLACE binary!"
196+
;@@ https://github.com/Oldes/Rebol-issues/issues/1499
197+
--test-- "issue-1499"
198+
--assert #{6163} = replace #{616263} #{6263} #{63}
199+
===end-group===
200+
195201

196202
===start-group=== "CHANGE string!"
197203
--test-- "change/part"

0 commit comments

Comments
 (0)