You are viewing a plain text version of this content. The canonical link for it is here.
Posted to regexp-dev@jakarta.apache.org by bu...@apache.org on 2002/05/03 17:16:36 UTC

DO NOT REPLY [Bug 8777] New: - Wrong interval parsing [^a-bd-f]

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8777>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8777

Wrong interval parsing [^a-bd-f]

           Summary: Wrong interval parsing [^a-bd-f]
           Product: Regexp
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Other
        AssignedTo: regexp-dev@jakarta.apache.org
        ReportedBy: petr.slegr@seznam.cz


Wrong interval parsing.
Let have this expression: [^a-bd-f]
Regexp transform this to [\0-`g-\65535] and that is wrong becaus it does not 
include "c" character.
This bug occurrs iff between "b" and "d" is only one character.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>