We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be8fc6b commit 56f16b6Copy full SHA for 56f16b6
src/tests/units/lexer-test.r3
@@ -388,6 +388,9 @@ Rebol [
388
--assert error? try [load {#[string! "ab" 2 x]}]
389
--assert error? try [load {#[file! "ab" x]}]
390
--assert error? try [load {#[file! "ab" 2 x]}]
391
+ ;@@ https://github.com/Oldes/Rebol-issues/issues/864
392
+ --assert block? try [transcode to-binary "#[object! [a: 1 b: 2]]"]
393
+ --assert block? try [transcode/only to-binary "#[object! [a: 1 b: 2]]"]
394
395
===end-group===
396
0 commit comments