Skip to content

Commit 05dc850

Browse files
committed
1 parent 503d374 commit 05dc850

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
@@ -90,6 +90,13 @@ Rebol [
9090
--assert "AbcdAe" = find/same "aAbcdAe" "A"
9191
--assert "Ae" = find/same/last "aAbcdAe" "A"
9292

93+
--test-- "FIND/LAST/CASE in string!"
94+
;@@ https://github.com/Oldes/Rebol-issues/issues/1495
95+
--assert none? find/case "Abc" "a"
96+
--assert "Abc" = find/case "Abc" "A"
97+
--assert none? find/case/last "Abc" "a"
98+
--assert "Abc" = find/case/last "Abc" "A"
99+
93100
--test-- "FIND/PART"
94101
;@@ https://github.com/Oldes/Rebol-issues/issues/2329
95102
;@@ need to decide, which result is correct

0 commit comments

Comments
 (0)