Skip to content

Commit d31b9f4

Browse files
committed
1 parent 74aca7c commit d31b9f4

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/tests/units/series-test.r3

+8-1
Original file line numberDiff line numberDiff line change
@@ -119,14 +119,21 @@ Rebol [
119119
===end-group===
120120

121121

122-
===start-group=== "REPLACE"
122+
===start-group=== "REPLACE string!"
123123
;@@ https://github.com/Oldes/Rebol-issues/issues/54
124124
--test-- "issue-54"
125125
--assert "ABCDE456" = replace "123456" "123" "ABCDE"
126126
--assert "1!!2!!3" = replace/all "1 2 3" " " "!!"
127127
===end-group===
128128

129129

130+
===start-group=== "CHANGE string!"
131+
;@@ https://github.com/Oldes/Rebol-issues/issues/55
132+
--test-- "issue-55"
133+
--assert "456" = change/part "123456" "99" 3
134+
===end-group===
135+
136+
130137
===start-group=== "PUT"
131138
--test-- "PUT into BLOCK"
132139
v: [a 1 b 2 c]

0 commit comments

Comments
 (0)