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

*** shadow/2188 Thu Jun 14 12:41:25 2001
--- shadow/2188.tmp.20337       Thu Jun 14 12:41:25 2001
***************
*** 0 ****
--- 1,29 ----
+ +============================================================================+
+ | RegExp Error                                                               |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 2188                        Product: Regexp                  |
+ |       Status: NEW                         Version: unspecified             |
+ |   Resolution:                            Platform: Other                   |
+ |     Severity: Normal                   OS/Version: Other                   |
+ |     Priority: Other                     Component: Other                   |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: [EMAIL PROTECTED]                                |
+ |  Reported By: [EMAIL PROTECTED]                                    |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ Version 1.2
+ 
+ org.apache.regexp.RE re= 
+     new org.apache.regexp.RE("m*");
+ re.match("huber");
+ 
+ evalutes to false while 
+ 
+ org.apache.regexp.RE re= 
+     new org.apache.regexp.RE("mu*");
+ re.match("huber");
+ 
+ evaluates to true
\ No newline at end of file

Reply via email to