https://bugzilla.novell.com/show_bug.cgi?id=352096

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=352096#c1





--- Comment #1 from Raja Harinath <[EMAIL PROTECTED]>  2008-01-08 10:00:08 MST 
---
I'm guessing that you mean "^.*$" when you want to say "match any string".

"^*$" is something else and could either mean the empty string or the string
that contains exactly one character '*'.  Can you verify the behaviour of .NET
with the regex "^*$".  (I'd expect it to match a line with a single '*').

I do agree that the described behaviour (inflooping) is probably a bug in the
mono regex implementation.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to