Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Strange behavior of [[
- X-seq: zsh-workers 35428
- From: Maxime Arthaud <maxime@xxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Strange behavior of [[
- Date: Tue, 09 Jun 2015 20:27:11 -0700
- Dkim-signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=arthaud.me; s=x; h=Content-Transfer-Encoding:Content-Type:Subject:To:MIME-Version:From:Date:Message-ID; bh=4BbNpGWYM+3I6PKroWEkdbT0uRkZdSYeZQ7GFfXo394=; b=RPcARBQRNPO32GoNMV2jDKANhHY3xnmxVctDhp9YKYr66uIjH2twMpzQhajaqMm3qTSmtICjRR325yg7g0Y3bnYvgrJyvmOUaKAjScYKo1rPck3Eq35ZLnSrg07IVF6H0hahYorzkDxXPsYJx6CtZfVuiK9ZloGHSH+gHoL+5/s=;
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
Hi everybody!
I just found a very strange behavior in zsh (v5.0.8).
% [[ " X" =~ "X" ]]
where in " X" the first character is a non-breaking space (0xa0).
My shell gets stuck, and Ctrl-C is not working. With bash, no problem.
Does anyone have an explanation? I think it's a bug.
Regards,
--
Maxime
Messages sorted by:
Reverse Date,
Date,
Thread,
Author