We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba2a563 commit e0090b3Copy full SHA for e0090b3
src/tests/units/make-test.r3
@@ -443,7 +443,9 @@ Rebol [
443
--assert [#[bitset! #{FF}]] = try [to block! quote #[bitset! #{FF}] ] ; bitset!
444
--assert [#[image! 1x1 #{FFFFFF}]] = try [to block! quote #[image! 1x1 #{FFFFFF}] ] ; image!
445
--assert [#[integer!] #[percent!]] = try [to block! #[typeset! [integer! percent!]] ] ; typeset!
446
-
+ ;@@ https://github.com/Oldes/Rebol-issues/issues/2090
447
+ --assert [a %b/c] = to block! 'a/%b/c
448
+ --assert [a %b c] = to block! 'a/%"b"/c
449
===end-group===
450
451
===start-group=== "make/to path"
0 commit comments