[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #31389] False positive due to apparent case insensivity
From: |
Dario Niedermann |
Subject: |
[bug #31389] False positive due to apparent case insensivity |
Date: |
Wed, 20 Oct 2010 22:44:28 +0000 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.11) Gecko/20101012 Firefox/3.6.11 |
URL:
<http://savannah.gnu.org/bugs/?31389>
Summary: False positive due to apparent case insensivity
Project: grep
Submitted by: ndr
Submitted on: Thu 21 Oct 2010 12:44:27 AM CEST
Category: None
Severity: 3 - Normal
Item Group: None
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
_______________________________________________________
Details:
The 1st match should not happen...
~> echo 'NO SMALL CAPS' | grep '[a-z]'
NO SMALL CAPS
~> echo '1234567890' | grep '[a-z]'
Exit 1
~> grep --version
GNU grep 2.5.3
Copyright (C) 1988, 1992-2002, 2004, 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
~> locale
LANG=en_US.utf8
LC_CTYPE="en_US.utf8"
LC_NUMERIC="en_US.utf8"
LC_TIME="en_US.utf8"
LC_COLLATE="en_US.utf8"
LC_MONETARY="en_US.utf8"
LC_MESSAGES="en_US.utf8"
LC_PAPER="en_US.utf8"
LC_NAME="en_US.utf8"
LC_ADDRESS="en_US.utf8"
LC_TELEPHONE="en_US.utf8"
LC_MEASUREMENT="en_US.utf8"
LC_IDENTIFICATION="en_US.utf8"
LC_ALL=en_US.utf8
~>
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?31389>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [bug #31389] False positive due to apparent case insensivity,
Dario Niedermann <=