Skip to content

Commit 56f16b6

Browse files
committed
1 parent be8fc6b commit 56f16b6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/tests/units/lexer-test.r3

+3
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,9 @@ Rebol [
388388
--assert error? try [load {#[string! "ab" 2 x]}]
389389
--assert error? try [load {#[file! "ab" x]}]
390390
--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]]"]
391394

392395
===end-group===
393396

0 commit comments

Comments
 (0)