zsh-workers
 help / color / mirror / code / Atom feed
* Pattern bug on (a*|)~^(*b)
@ 2023-07-25 13:19 Johan Grande
  2023-07-25 18:35 ` Bart Schaefer
  2023-07-31 11:36 ` Peter Stephenson
  0 siblings, 2 replies; 13+ messages in thread
From: Johan Grande @ 2023-07-25 13:19 UTC (permalink / raw)
  To: zsh-workers

In zsh 5.8.1 (x86_64-ubuntu-linux-gnu) with extended_glob,

[[ "ab" = (|a*)~^(*b) ]]

incorrectly (unless I'm mistaken) returns 1. However

[[ "ab" = (a*|)~^(*b) ]]

correctly returns 0.

-- 
Johan


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2023-08-02  9:38 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-25 13:19 Pattern bug on (a*|)~^(*b) Johan Grande
2023-07-25 18:35 ` Bart Schaefer
2023-07-25 18:47   ` Johan Grande
2023-07-28  1:02     ` Bart Schaefer
2023-07-28  6:41       ` Stephane Chazelas
2023-07-29  1:35         ` Bart Schaefer
2023-08-01 13:19           ` Johan Grande
2023-08-01 13:30             ` Peter Stephenson
2023-08-01 13:46               ` Johan Grande
2023-08-02  8:31               ` Johan Grande
2023-08-02  9:37                 ` Peter Stephenson
2023-07-31 11:36 ` Peter Stephenson
2023-07-31 15:21   ` Peter Stephenson

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).