We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf217e6 commit 37a5486Copy full SHA for 37a5486
src/tests/units/file-test.r3
@@ -20,6 +20,15 @@ secure [%/ allow]
20
change-dir dir
21
===end-group===
22
23
+===start-group=== "concat url and file"
24
+--test-- "issue-1427"
25
+;@@https://github.com/Oldes/Rebol-issues/issues/1427
26
+ url: http://www.rebol.com page: %/test.html
27
+ --assert url/test = http://www.rebol.com/test
28
+ --assert url/:page = http://www.rebol.com/test.html
29
+
30
+===end-group===
31
32
===start-group=== "UN/DIRIZE"
33
--test-- "dirize"
34
--assert %file/ = dirize %file
0 commit comments