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 2001/09/09 00:50:05 UTC

[DO NOT REPLY: Bug 2122] problem with character class sub-parser

PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT
ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW
AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE
DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL
BE LOST SOMEWHERE.

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

*** shadow/2122	Mon Jun 11 16:42:59 2001
--- shadow/2122.tmp.3223	Sat Sep  8 15:50:05 2001
***************
*** 2,9 ****
  | problem with character class sub-parser                                    |
  +----------------------------------------------------------------------------+
  |        Bug #: 2122                        Product: Regexp                  |
! |       Status: NEW                         Version: unspecified             |
! |   Resolution:                            Platform: Other                   |
  |     Severity: Normal                   OS/Version: Other                   |
  |     Priority: Other                     Component: Other                   |
  +----------------------------------------------------------------------------+
--- 2,9 ----
  | problem with character class sub-parser                                    |
  +----------------------------------------------------------------------------+
  |        Bug #: 2122                        Product: Regexp                  |
! |       Status: RESOLVED                    Version: unspecified             |
! |   Resolution: DUPLICATE                  Platform: Other                   |
  |     Severity: Normal                   OS/Version: Other                   |
  |     Priority: Other                     Component: Other                   |
  +----------------------------------------------------------------------------+
***************
*** 66,69 ****
  character.
  
  on a related note, the only way to match '-' in a character class is to 
! escape it and add it at the end.  that seems wrong.
--- 66,74 ----
  character.
  
  on a related note, the only way to match '-' in a character class is to 
! escape it and add it at the end.  that seems wrong.
! 
! ------- Additional Comments From gholam@xtra.co.nz  2001-09-08 15:50 -------
! 
! 
! *** This bug has been marked as a duplicate of 2121 ***