Skip to content

Commit 1265b8b

Browse files
committed
1 parent 03d59e5 commit 1265b8b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/tests/units/load-test.r3

+8
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@ Rebol [
2020

2121
===end-group===
2222

23+
===start-group=== "Load/as"
24+
--test-- "load/as markup"
25+
;@@ https://github.com/Oldes/Rebol-issues/issues/1985
26+
--assert [<a> "b" </c>] == load/as "<a>b</c>" 'markup
27+
--assert [<a> "b" </c>] == load/as #{3C613E623C2F633E} 'markup
28+
29+
===end-group===
30+
2331
===start-group=== "Load/header"
2432
--test-- "issue-663"
2533
;@@ https://github.com/Oldes/Rebol-issues/issues/663

0 commit comments

Comments
 (0)