Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
quoting and pattern matching
- X-seq: zsh-workers 11336
 
- From: Tanaka Akira <akr@xxxxxxxx>
 
- To: zsh-workers@xxxxxxxxxxxxxx
 
- Subject: quoting and pattern matching
 
- Date: 12 May 2000 16:27:52 +0900
 
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
 
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