Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: $match size limit, suspicious (#B) behavior
- X-seq: zsh-workers 39650
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Re: $match size limit, suspicious (#B) behavior
- Date: Sun, 16 Oct 2016 11:40:46 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=QpUfyXOD0P5EG+YBclD2Bi0OATKVZXEwoOMjSZPmX6E=; b=id5b/hIJk/ZgPsc/qHI3kKTGlSByNJwUEIrv+3/BS1mnJpi8y1p1mzIbfXf3Wq1J0G qA+VfggXyLIUgUauIG1rCD00jiMBUfHPhFA0duil9pz+KChTMVh7VPkjZbhgkBce3OZ0 KYP/N3DMPBmvoN7Qj8m86hQmXh4nNy3s4FNkiTZmKY6rE+JtVEwh1+51QdgplTxjRp63 3f3w/S+//mFBlymqvpo3+6AlnwGKwsGASfZqRp4SDHN2lSq0h77GIh02Ew1jIQLUzJ6D bZ8wwSr25wW/efnF/kDqJN7gaw4z2BAgHxViwqS8lAKV3pGBgpNnoQhL07iz0HsB6P5d 4KKw==
- In-reply-to: <CAKc7PVCt1BOU1_M_3AaRgnVDihKemJE0OQMmqY33BZXOhq0xEQ@mail.gmail.com>
- 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
- References: <CAKc7PVCt1BOU1_M_3AaRgnVDihKemJE0OQMmqY33BZXOhq0xEQ@mail.gmail.com>
On 16 October 2016 at 11:15, Sebastian Gniazdowski
<sgniazdowski@xxxxxxxxx> wrote:
> Also, "Match
> 7: .." has the same value as "Match 2: ..", which seems to be a
> problem.
That turned out to not be a problem, there is outer parenthesis and
three inner parentheses: ( () | () | () ) and "Match 7" is apparently
repeated value of outer parenthesis (via inner parenthesis).
Best regards,
Sebastian Gniazdowski
Messages sorted by:
Reverse Date,
Date,
Thread,
Author