Revert "processed with astyle" (SVN r159583)
[mono.git] / mcs / class / System / Test / System.Text.RegularExpressions / RegexMatchTests.cs
2010-06-28 Raja R HarinathRevert "processed with astyle" (SVN r159583)
2010-06-27 C.J. Adams-Collierprocessed with astyle
2010-04-16 C.J. Adams-Colliercopied mono-api-diff.cs from mono-2-2 branch so new...
2009-08-25 Marek SafarRequires gmcs
2009-08-19 Raja R HarinathFinal piece of explicit numeric group support
2009-08-19 Marek SafarNew tests.
2009-08-17 Raja R Harinath* parser.cs (GetMapping): Extend duplicate check for...
2009-08-17 Raja R Harinath* parser.cs (ResolveReferences): Handle some cases...
2009-08-10 Raja R Harinathregexp backreferences: Implement fallback to octal...
2009-08-10 Raja R HarinathRegex.IsMatch("abcab", @"(?<ab>ab)c\1")
2007-11-06 Marek SafarNew tests, update
2007-11-01 Gert Driesen* GroupTest.cs: Improved test for null argument check.
2007-10-29 Arina ItkesNew tests for Regex: