You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oro-dev@jakarta.apache.org by bu...@apache.org on 2001/06/08 23:08:30 UTC

[Bug 324] - Pattern Matching with or's isn't correct BugRat Report#589

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

*** shadow/324	Sun May 20 17:19:45 2001
--- shadow/324.tmp.21891	Fri Jun  8 14:08:30 2001
***************
*** 1,19 ****
! Bug#: 324
! Product: tools
! Version: jakarta oro 2.x
! Platform: All
! OS/Version: 
! Status: NEW   
! Resolution: 
! Severity: Normal
! Priority: High
! Component: 
! AssignedTo: tomcat-dev@jakarta.apache.org                            
! ReportedBy: chris.gruwier@ubizen.com               
! URL: 
! Cc: 
! Summary: Pattern Matching with or's isn't correct BugRat Report#589
! 
  consider the pattern (pi)|(.*)
  pi yields true                --> correct
  blahblah yields true          --> correct
--- 1,19 ----
! +============================================================================+
! | Pattern Matching with or's isn't correct BugRat Report#589                 |
! +----------------------------------------------------------------------------+
! |        Bug #: 324                         Product: ORO                     |
! |       Status: UNCONFIRMED                 Version: Unknown                 |
! |   Resolution:                            Platform: All                     |
! |     Severity: Normal                   OS/Version: All                     |
! |     Priority: High                      Component: Main                    |
! +----------------------------------------------------------------------------+
! |  Assigned To: oro-dev@jakarta.apache.org                                   |
! |  Reported By: chris.gruwier@ubizen.com                                     |
! |      CC list: Cc:                                                          |
! +----------------------------------------------------------------------------+
! |          URL:                                                              |
! +============================================================================+
! |                              DESCRIPTION                                   |
  consider the pattern (pi)|(.*)
  pi yields true                --> correct
  blahblah yields true          --> correct
***************
*** 21,23 ****
--- 21,26 ----
  
  perl5 works correctly though
  
+ 
+ ------- Additional Comments From dfs@apache.org  2001-06-08 14:08 -------
+ Reassigning to oro-dev.
\ No newline at end of file