Skip to content

Commit 4840e92

Browse files
committed
TEST: binary not allowed with latin1? and ascii?
related to: Oldes/Rebol-issues#908
1 parent e4c17e0 commit 4840e92

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/tests/units/series-test.r3

+5-1
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,11 @@ Rebol [
546546
--test-- "any-string? binary!"
547547
;@@ https://github.com/Oldes/Rebol-issues/issues/820
548548
--assert not any-string? #{}
549-
549+
550+
--test-- "binary not allowed with latin1? and ascii?"
551+
;@@ https://github.com/Oldes/Rebol-issues/issues/908
552+
--assert error? try [latin1? #{}]
553+
--assert error? try [ascii? #{}]
550554
===end-group===
551555

552556

0 commit comments

Comments
 (0)