| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- 2004-04-19 Gonzalo Paniagua Javier <[email protected]>
- * PerlTrials.cs: unix line endings.
- 2004-03-30 Lluis Sanchez Gual <[email protected]>
- * RegexBugs.cs: Added test for bug #52890.
-
- 2004-03-24 Gonzalo Paniagua Javier <[email protected]>
- * RegexBugs.cs: added new test with a regex used when discovering the
- wsdl document for a asmx page.
- 2004-03-22 Jackson Harper <[email protected]>
- * RegexBugs.cs: Add test case for multiple matches.
-
- 2004-03-17 Francois Beauchemin <[email protected]>
- * 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 <[email protected]>
- * RegexBugs.cs: added test case for bug 54797.
- 2004-02-02 Nick Drochak <[email protected]>
- * RegexBugs.cs (RangeIgnoreCase): made the last assert pass on .NET.
- 2004-01-16 Gonzalo Paniagua Javier <[email protected]>
- * RegexBugs.cs: added test from bug #52924.
- 2004-01-07 Lluis Sanchez Gual <[email protected]>
- * 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 <[email protected]>
- * RegexBugs.cs: added tests from bug #42529.
|