From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21335 invoked by alias); 26 Oct 2011 06:27:58 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 29862 Received: (qmail 10771 invoked from network); 26 Oct 2011 06:27:56 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-4.3 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received-SPF: none (ns1.primenet.com.au: domain at spodhuis.org does not designate permitted sender hosts) 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=; Date: Wed, 26 Oct 2011 02:27:50 -0400 From: Phil Pennock To: Vin Shelton Cc: zsh-workers@zsh.org Subject: Re: pcre test failures Message-ID: <20111026062750.GA27151@redoubt.spodhuis.org> Mail-Followup-To: Vin Shelton , zsh-workers@zsh.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: 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