We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03d59e5 commit 1265b8bCopy full SHA for 1265b8b
src/tests/units/load-test.r3
@@ -20,6 +20,14 @@ Rebol [
20
21
===end-group===
22
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
31
===start-group=== "Load/header"
32
--test-- "issue-663"
33
;@@ https://github.com/Oldes/Rebol-issues/issues/663
0 commit comments