Skip to content

Commit 9c02f05

Browse files
committed
TEST: added test for issue: metaeducation/rebol-issues#1486
1 parent 3f47eae commit 9c02f05

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/tests/units/mold-test.r3

+4
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,10 @@ Rebol [
127127
b: {"{}{}^{"}
128128
--assert b = mold a
129129

130+
--test-- "mold issue #1486"
131+
;@@ https://github.com/rebol/rebol-issues/issues/1486
132+
--assert {"^^(1E)"} = mold "^(1E)" ; double ^ because it's a string in a string
133+
130134
===end-group===
131135

132136
===start-group=== "string"

0 commit comments

Comments
 (0)