aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/paths.tm6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/paths.tm b/test/paths.tm
index 602a6e6a..8d5a92f2 100644
--- a/test/paths.tm
+++ b/test/paths.tm
@@ -5,6 +5,12 @@ func main():
>> (~/):exists()
= yes
+ >> (~/Downloads/file(1).txt)
+ = (~/Downloads/file(1).txt)
+
+ >> (/half\)paren)
+ = (/half\)paren)
+
>> filename := "example.txt"
>> (~/$filename)
= (~/example.txt)