diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-09-09 15:03:51 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-09-09 15:03:51 -0400 |
| commit | cc94afcc567798cb983b7923f572ea7f389783e6 (patch) | |
| tree | 1ca32a1d4198153ed86a600535dacc4afb0eecfb | |
| parent | e61096d6eb426747376cf8d8c6f46c62b583eb8e (diff) | |
Test nesting parens and escapes
| -rw-r--r-- | test/paths.tm | 6 |
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) |
