[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug #31389] False positive due to apparent case insensivity
From: |
keks |
Subject: |
Re: [bug #31389] False positive due to apparent case insensivity |
Date: |
Thu, 21 Oct 2010 03:20:59 +0000 |
Am 20.10.2010 schrieb "Dario Niedermann" <address@hidden>:
> [snip]
>The 1st match should not happen...
>
>~> echo 'NO SMALL CAPS' | grep '[a-z]'
>NO SMALL CAPS
>~> echo '1234567890' | grep '[a-z]'
>Exit 1
I can't reproduce that on 2.7, maybe you have an alias set like
`grep=grep -i'? I can't imagine such an obvious error gets into a
release like 2.5.3. I'm not responsible, though.