Skip to content

Commit 8a67a52

Browse files
committed
1 parent 172d52a commit 8a67a52

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/tests/units/datatype-test.r3

+4
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ Rebol [
2222
--assert 'percent! = to word! percent!
2323
--assert 'money! = to word! money!
2424

25+
--test-- "find datatype!"
26+
;@@ https://github.com/Oldes/Rebol-issues/issues/256
27+
--assert found? find [#[datatype! string!] #[datatype! binary!]] #[datatype! binary!]
28+
2529
===end-group===
2630

2731
~~~end-file~~~

0 commit comments

Comments
 (0)