Skip to content

Commit b2f8031

Browse files
committed
1 parent 7591f49 commit b2f8031

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/tests/units/series-test.r3

+5
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,11 @@ Rebol [
159159
; --assert none? find/part "abcd" "bc" 2
160160
; --assert none? find/part/any "abcd" "*c" 2
161161

162+
--test-- "FIND/REVERSE/MATCH"
163+
;@@ https://github.com/Oldes/Rebol-issues/issues/2328
164+
--assert none? find/reverse/match tail "abc" "abc"
165+
--assert none? find/reverse/match tail "abc" "cba"
166+
162167
--test-- "FIND char in string"
163168
str: "a,b"
164169
--assert ",b" = find str #","

0 commit comments

Comments
 (0)