Skip to content

Commit 37a5486

Browse files
committed
1 parent cf217e6 commit 37a5486

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/tests/units/file-test.r3

+9
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,15 @@ secure [%/ allow]
2020
change-dir dir
2121
===end-group===
2222

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+
2332
===start-group=== "UN/DIRIZE"
2433
--test-- "dirize"
2534
--assert %file/ = dirize %file

0 commit comments

Comments
 (0)