Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: pcre test failures



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