Skip to content

Commit 9940fbd

Browse files
committed
1 parent 2b517a4 commit 9940fbd

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/tests/units/word-test.r3

+8-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,14 @@ Rebol [
2929
;@@ https://github.com/Oldes/Rebol-issues/issues/1167
3030
--assert all [error? e: try [to-word "a,"] e/id = 'bad-char]
3131
;@@ https://github.com/Oldes/Rebol-issues/issues/330
32-
--assert all [error? e: try [to-word "a b"] e/id = 'invalid-chars]
32+
--assert all [error? e: try [to-word "a b"] e/id = 'invalid-chars]
33+
34+
--test-- "word from /1"
35+
;@@ https://github.com/Oldes/Rebol-issues/issues/733
36+
; allowed so far..
37+
--assert word? try [to word! /1]
38+
;TODO: write mold test... should be molded to: #[word! "1"]
39+
3340

3441
===end-group===
3542

0 commit comments

Comments
 (0)