Bug 8777 - Wrong interval parsing [^a-bd-f]
Summary: Wrong interval parsing [^a-bd-f]
Status: CLOSED FIXED
Alias: None
Product: Regexp
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: All All
: P3 normal (vote)
Target Milestone: ---
Assignee: Jakarta Notifications Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-03 15:16 UTC by Petr Slegr
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Slegr 2002-05-03 15:16:36 UTC
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.
Comment 1 Vadim Gritsenko 2003-05-02 01:34:40 UTC
Works in 1.3-dev
Comment 2 Vadim Gritsenko 2003-05-02 01:34:54 UTC
closed