Test nesting parens and escapes

This commit is contained in:
Bruce Hill 2024-09-09 15:03:51 -04:00
parent e61096d6eb
commit cc94afcc56

View File

@ -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)