2006-05-08 Raja R Harinath * RegexBugs.cs (Kill65535_1, Kill65535_2, No65535Limit): New tests based on #78278. 2006-04-17 Florian Gross * RegexBugs.cs (CharClassWithIgnoreCase): Ensure that character classes don't interfere with RegexOptions.IgnoreCase. 2006-04-07 Raja R Harinath * RegexBugs.cs (Bug78007): New test from #78007. * RegexBugs.cs (Bug76345): New test from #76345. * RegexBugs.cs (Bug69269): New test from #69269. 2006-04-06 Raja R Harinath * RegexBugs.cs (Bug77487): New test based on #77487. * RegexTrial.cs (Execute): Run NUnit assertion here. * PerlTests.cs: Simplify. 2006-03-30 Raja R Harinath * RegexBugs.cs (HangingHyphens): New tests from #77626, and related bugs found by inspection. (HangingHyphens1): New testcase for exceptions in character ranges. 2005-11-21 Sebastien Pouliot * CaptureCas.cs: New. CAS tests. * CaptureCollectionCas.cs: New. CAS tests. * GroupCas.cs: New. CAS tests. * GroupCollectionCas.cs: New. CAS tests. * GroupTest.cs: New. Unit tests. * MatchCas.cs: New. CAS tests. * MatchCollectionCas.cs: New. CAS tests. * MatchTest.cs: New. Unit tests. * RegexCas.cs: New. CAS tests. * RegexCompilationInfoCas.cs: New. CAS tests. * RegexCompilationInfoTest.cs: New. Unit tests. * RegexRunnerCas.cs: New. CAS tests. * RegexRunnerFactoryCas.cs: New. CAS tests. * RegexTest.cs: Added test cases for new (2.0) CacheSize property. 2005-07-08 Raja R Harinath * RegexTest.cs (Matches1, Matches2, ..., Matches10): Combine into ... (Matches): ... this. Convert to use a data-driven approach. Use ... (trials): ... this. New variable that lists the regexp, input text and expected results. (runTrial): New. Run a suite of MatchCollection tests on each trial. Tests both incremental and non-incremental modes. 2005-06-14 Raja R Harinath * RegexBugs.cs (NameLookupInEmptyMatch): New test from #74753. 2005-05-25 Raja R Harinath * RegexReplace.cs: Add a couple more testcases. 2005-05-24 Raja R Harinath * RegexReplace.cs: Add testcase for $+. 2005-05-20 Raja R Harinath * RegexReplace.cs: New file. Most of the tests were inspired by #74735. 2005-04-20 Gonzalo Paniagua Javier * PerlTest.cs: split. 2005-02-27 Gonzalo Paniagua Javier * RegexBugs.cs: tests for bug #69193. 2005-01-10 Gonzalo Paniagua Javier * RegexBugs.cs: tests for bug #69065. 2005-01-08 Miguel de Icaza * RegexBugs.cs: Add new test. 2005-01-08 Nick Drochak * RegexTest.cs: Make pass on MS.NET 2004-11-29 Gonzalo Paniagua Javier * System.Text.RegularExpressions/RegexBugs.cs: test case for bug #57274. 2004-10-18 Gonzalo Paniagua Javier * System.Text.RegularExpressions/RegexBugs.cs: added test for bug #68398. 2004-07-05 Jackson Harper * RegexTest.cs: Add some simple tests for debugging/zen building. 2004-06-06 Jambunathan K * RegexTest.cs: * RegexBugs.cs: Added test case for exercising Regex.Unescape() Added test cases for exercising \b as a word boundary operator and as a character class in a regex. Refer bug #58256 for more information. 2004-06-01 Gonzalo Paniagua Javier * RegexBugs.cs: added CategoryAndNegated test. 2004-05-27 Gonzalo Paniagua Javier * RegexBugs.cs: added tests from bug #59150. 2004-04-19 Gonzalo Paniagua Javier * Test/System.Text.RegularExpressions/PerlTrials.cs: Patch by Eric Durand Tremblay with tests. 1) Capture inner group when named. 2) Resolved parse error caused by not capturing inner group 3) Resolved incorrect capture group 4) Now, not capturing anything when unnamed ( correct behavior) 2004-04-19 Gonzalo Paniagua Javier * PerlTrials.cs: unix line endings. 2004-03-30 Lluis Sanchez Gual * RegexBugs.cs: Added test for bug #52890. 2004-03-24 Gonzalo Paniagua Javier * RegexBugs.cs: added new test with a regex used when discovering the wsdl document for a asmx page. 2004-03-22 Jackson Harper * RegexBugs.cs: Add test case for multiple matches. 2004-03-17 Francois Beauchemin * PerlTrials.cs : Added many test for RightToLeft * PerlTest.cs, RegexTrial : Modified version of regextrial to be run all the test and to report exception. 2004-03-16 Gonzalo Paniagua Javier * RegexBugs.cs: added test case for bug 54797. 2004-02-02 Nick Drochak * RegexBugs.cs (RangeIgnoreCase): made the last assert pass on .NET. 2004-01-16 Gonzalo Paniagua Javier * RegexBugs.cs: added test from bug #52924. 2004-01-07 Lluis Sanchez Gual * RegexBugs.cs: Improved test. In Split(), if the last match is at the end of the string, an empty string must be added to the array of results. 2003-11-27 Gonzalo Paniagua Javier * RegexBugs.cs: added tests from bug #42529.