Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Jan 25, 2024
1 parent fbad12f commit 60e597f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/tests/units/file-test.r3
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ secure [%/ allow]
change-dir dir
===end-group===

===start-group=== "concat url and file"
===start-group=== "concat url/file using path notation"
--test-- "issue-1427"
;@@https://github.com/Oldes/Rebol-issues/issues/1427
url: http://www.rebol.com page: %/test.html
Expand All @@ -39,6 +39,12 @@ secure [%/ allow]
file: next file ;== %c
--assert dir/:file = %path/c
--assert url/:file = http://www/c
--test-- "concat with integer"
;@@ https://github.com/Oldes/Rebol-issues/issues/2306
dir: %path
--assert dir/1 = %path/1
--assert #"p" = pick dir 1

===end-group===

===start-group=== "UN/DIRIZE"
Expand Down

0 comments on commit 60e597f

Please sign in to comment.