From cc94afcc567798cb983b7923f572ea7f389783e6 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 9 Sep 2024 15:03:51 -0400 Subject: Test nesting parens and escapes --- test/paths.tm | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'test') 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) -- cgit v1.2.3