Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Test failure on OpenBSD
- X-seq: zsh-workers 40134
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: "zsh-workers@xxxxxxx" <zsh-workers@xxxxxxx>
- Subject: Re: Test failure on OpenBSD
- Date: Fri, 9 Dec 2016 00:24:33 -0800
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=TAy4PIzK1VEmdTyQkMhl9FijuTNkN0SmC/hp6xF5B0I=; b=IZyqTm3c3fJaC/O+QFuWWQo5FAxHLP8xYpX3htJS+QTizzBPj8FMYfRH/n11qW9CII h/zEfUh2IHVio8G7WxHV0DKzay1K2Vz17I0UNq+cdtfELo+uogcqbTePObYrB/g4TtR6 TwQ7IFzN6B7FqqPanwHwY+b2wXnAfoHNi7z5H2oF7SYPs7mJ2UTms93wT5RbI/WVbPfA ewcNGryi0fPBievSFSvF4ece94z/PRfFMoBPJX9Rtva/Yewv5//Y0jd+6F+qn4sfxmkr C1NArP1dxCqwP0ABZ0nIwHUJCeCRT03WJFm/iTzcyTvZIfMy9hI5LMGBDzEvdWlJWBYP 78/g==
- In-reply-to: <20161209051326.GA48609@CptOrmolo.darkstar>
- 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: <CGME20161208033159epcas3p47d871ed70505af5cb760591e5cff6a00@epcas3p4.samsung.com> <20161208032652.GA38087@CptOrmolo.darkstar> <20161208094455.5c62555c@pwslap01u.europe.root.pri> <20161209051326.GA48609@CptOrmolo.darkstar>
On Thu, Dec 8, 2016 at 9:13 PM, Matthew Martin <phy1729@xxxxxxxxx> wrote:
>
> That's why I tested 5.2 as well. Any tips on where to look or what is
> the C equivalent of [[ $'\ua0' =~ '^.$' ]] ?
According to http://man.openbsd.org/regex.3 --
There is one known functionality bug. The implementation of
internationalization
is incomplete: the locale is always assumed to be the default one of IEEE
Std
1003.2 (“POSIX.2”), and only the collating elements etc. of that locale
are available.
Wouldn't that mean this test should be expected to fail on openbsd?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author