Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

quoting and pattern matching



serein% a='"'
serein% [[ $a = ${~a:q} ]] && echo ok   
serein% 

Is this intentional?

I think this should print `ok'.  I think also this test should always
success for all strings.
-- 
Tanaka Akira



Messages sorted by: Reverse Date, Date, Thread, Author