Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: pcre test failures
- X-seq: zsh-workers 29862
- From: Phil Pennock <zsh-workers+phil.pennock@xxxxxxxxxxxx>
- To: Vin Shelton <acs@xxxxxxxxxxxxxxxxxxxx>
- Subject: Re: pcre test failures
- Date: Wed, 26 Oct 2011 02:27:50 -0400
- Cc: zsh-workers@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=spodhuis.org; s=d201107; h=In-Reply-To:Content-Transfer-Encoding:Content-Type:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date; bh=8JZOIdcItNSwdXxzkCf3nB54GSRh7NgkYxZOSwja7y8=; b=vLvylJPRB4sqsDGmMvU+7pC3SEX98kdl+1ckl96X2s1o8Y9fL8w/VQHAR1zQ7fShbZnxfJsmeA2O3E+0BDs6ro2V4GYTINYfnbS6MSabkhZHPUKDiJssCS9R+p26Oxw2wh2kXbaRD608WK70fRSahyfK+6V7gECXxEB8F6E/gac=;
- In-reply-to: <CACeGjnUE1UFBSbgUVfgAn2ZfZLOwyn_NZzoXcJXy3juHQHmGnQ@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>
- Mail-followup-to: Vin Shelton <acs@xxxxxxxxxxxxxxxxxxxx>, zsh-workers@xxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <CACeGjnUE1UFBSbgUVfgAn2ZfZLOwyn_NZzoXcJXy3juHQHmGnQ@mail.gmail.com>
On 2011-10-25 at 21:58 -0400, Vin Shelton wrote:
> I'm getting the following failure on the new pcre test:
> Once I '--enable-pcre' and turn "load=no" to "load=yes" in
> config.modules, I still get this failure:
>
> ./V07pcre.ztst: starting.
> Testing PCRE multibyte with locale en_US.UTF-8
> Test ./V07pcre.ztst failed: bad status 2, expected 0 from:
> [[ 'foo→bar' =~ .([^[:ascii:]]). ]]
> print $MATCH
> print $match[1]
> Error output:
> (eval):1: module `zsh/pcre' has no such feature: `C:pcre-match'
> (eval):1: -pcre-match not available for regex
> Was testing: Basic non-ASCII regexp matching
What version of zsh are you testing? The most recent CVS head?
I think you might have a mismatch between the zsh you've built
(C:pcre-match feature reference) and the version from which you built
the zsh/pcre module.
-Phil
Messages sorted by:
Reverse Date,
Date,
Thread,
Author