[Mono-bugs] [Bug 466151] New: Compiled Regex behaves differently than uncompiled regex
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Jan 14 14:10:26 EST 2009
https://bugzilla.novell.com/show_bug.cgi?id=466151
Summary: Compiled Regex behaves differently than uncompiled
regex
Classification: Mono
Product: Mono: Class Libraries
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: P5 - None
Component: CORLIB
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: joncham at gmail.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Created an attachment (id=265108)
--> (https://bugzilla.novell.com/attachment.cgi?id=265108)
Test case
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US)
AppleWebKit/525.19 (KHTML, like Gecko) Chrome/1.0.154.43 Safari/525.19
Run attached sample. The uncompiled Regex matches the target string. The
compiled Regex does not.
Reproducible: Always
Steps to Reproduce:
1. Run attached sample.
2.
3.
Actual Results:
Not compiled match is: True
Compiled match is: False
Expected Results:
Not compiled match is: True
Compiled match is: True
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list