File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -214,6 +214,7 @@ Rebol [
214
214
215
215
216
216
===start-group=== "make/to logic!"
217
+ ;@@ https://github.com/Oldes/Rebol-issues/issues/763
217
218
;@@ https://github.com/Oldes/Rebol-issues/issues/2055
218
219
--test-- "make logic! .."
219
220
--assert #[true] = try [make logic! quote #[unset!] ] ; unset!
@@ -239,6 +240,7 @@ Rebol [
239
240
--assert #[true] = try [make logic! quote #[ref! "ref" ] ] ; ref!
240
241
--assert #[true] = try [make logic! quote http://aa ] ; url!
241
242
--assert #[true] = try [make logic! quote <tag > ] ; tag!
243
+ --assert #[true] = try [make logic! quote [] ] ; empty block!
242
244
--assert #[true] = try [make logic! quote [1 2 ] ] ; block!
243
245
--assert #[true] = try [make logic! quote (1 2 ) ] ; paren!
244
246
--assert #[true] = try [make logic! quote a/b ] ; path!
You can’t perform that action at this time.
0 commit comments