Test nesting parens and escapes
This commit is contained in:
parent
e61096d6eb
commit
cc94afcc56
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user