We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74aca7c commit d31b9f4Copy full SHA for d31b9f4
src/tests/units/series-test.r3
@@ -119,14 +119,21 @@ Rebol [
119
===end-group===
120
121
122
-===start-group=== "REPLACE"
+===start-group=== "REPLACE string!"
123
;@@ https://github.com/Oldes/Rebol-issues/issues/54
124
--test-- "issue-54"
125
--assert "ABCDE456" = replace "123456" "123" "ABCDE"
126
--assert "1!!2!!3" = replace/all "1 2 3" " " "!!"
127
128
129
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
137
===start-group=== "PUT"
138
--test-- "PUT into BLOCK"
139
v: [a 1 b 2 c]
0 commit comments