zsh-workers
 help / color / mirror / code / Atom feed
From: Martijn Dekker <martijn@inlv.org>
To: zsh-workers@zsh.org
Subject: Re: Bug: [ "(" = ")" ] is true
Date: Wed, 09 Dec 2015 17:31:35 +0100	[thread overview]
Message-ID: <56685767.1040000@inlv.org> (raw)
In-Reply-To: <20151209155823.GA10749@chaz.gmail.com>

Stephane Chazelas schreef op 09-12-15 om 16:58:
> http://www.zsh.org/mla/users/2007/msg01223.html seems to be to
> blame.
> 
> If the first argument starts with a "(" and the last one starts in
> a ")", they are both removed.
> 
> So all operators are affected not just "=" ([ "(file1)" -nt
> ")file2(" ]...)

Wow.

Not only that, the results are incorrect even after the removal.

$ test '(1' -eq ')2' && echo oops || echo ok
oops
$ test '1' -eq '2' && echo oops || echo ok
ok

- M.


  reply	other threads:[~2015-12-09 16:31 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-09 15:34 Martijn Dekker
2015-12-09 15:58 ` Stephane Chazelas
2015-12-09 16:31   ` Martijn Dekker [this message]
2015-12-09 20:27     ` Bart Schaefer
2015-12-09 16:24 ` Peter Stephenson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=56685767.1040000@inlv.org \
    --to=martijn@inlv.org \
    --cc=zsh-workers@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).