We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 503d374 commit 05dc850Copy full SHA for 05dc850
src/tests/units/series-test.r3
@@ -90,6 +90,13 @@ Rebol [
90
--assert "AbcdAe" = find/same "aAbcdAe" "A"
91
--assert "Ae" = find/same/last "aAbcdAe" "A"
92
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
+
100
--test-- "FIND/PART"
101
;@@ https://github.com/Oldes/Rebol-issues/issues/2329
102
;@@ need to decide, which result is correct
0 commit comments