Skip to content

Commit 432e8a3

Browse files
committed
1 parent c56b180 commit 432e8a3

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
@@ -66,6 +66,7 @@ Rebol [
6666
--assert "d" = find/any/reverse/tail tail "ažcdažcd" "žc"
6767

6868
--test-- "FIND/SAME in block!"
69+
;@@ https://github.com/Oldes/Rebol-issues/issues/1720
6970
a: "a"
7071
obj1: context [a: 1 b: 2]
7172
obj2: context [a: 1 b: 2]
@@ -85,6 +86,10 @@ Rebol [
8586
--assert 1 = index? find b b/1
8687
--assert 1 = index? find b b/2
8788
--assert 1 = index? find b b/3
89+
--assert 1 = index? find/same [1 1.0] 1
90+
--assert 2 = index? find/same [1 1.0] 1.0
91+
--assert 2 = index? find/same [1.0 1] 1
92+
--assert 1 = index? find/same [1.0 1] 1.0
8893

8994
--test-- "FIND/SAME in string!"
9095
--assert "AbcdAe" = find/same "aAbcdAe" "A"

0 commit comments

Comments
 (0)