bug-grep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: FYI, dfaexec bug-fix coming up


From: Paolo Bonzini
Subject: Re: FYI, dfaexec bug-fix coming up
Date: Mon, 08 Mar 2010 15:57:49 +0100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.7) Gecko/20100120 Fedora/3.0.1-1.fc12 Lightning/1.0b2pre Thunderbird/3.0.1

This adds a failing test.
I was flabbergasted to see that this test fails.

    $ echo AA| GREP_USE_DFA=1 LC_ALL=en_US.UTF-8 /bin/grep '\([A]\|[B]\)\{2\}'
    [Exit 1]
    $

Can you check if it fixes https://bugzilla.redhat.com/544406 too?

Yes, it does:

   $ echo 1 2 3 | LC_ALL=de_DE.UTF-8 src/grep -E 
'^([[:digit:]]+[[:space:]]+){2}'
   1 2 3

Good! FWIW these are

https://savannah.gnu.org/bugs/?15653
https://savannah.gnu.org/bugs/?13859

Paolo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]