ChangeLog 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. 2004-04-19 Gonzalo Paniagua Javier <[email protected]>
  2. * PerlTrials.cs: unix line endings.
  3. 2004-03-30 Lluis Sanchez Gual <[email protected]>
  4. * RegexBugs.cs: Added test for bug #52890.
  5. 2004-03-24 Gonzalo Paniagua Javier <[email protected]>
  6. * RegexBugs.cs: added new test with a regex used when discovering the
  7. wsdl document for a asmx page.
  8. 2004-03-22 Jackson Harper <[email protected]>
  9. * RegexBugs.cs: Add test case for multiple matches.
  10. 2004-03-17 Francois Beauchemin <[email protected]>
  11. * PerlTrials.cs : Added many test for RightToLeft
  12. * PerlTest.cs, RegexTrial : Modified version of regextrial to
  13. be run all the test and to report exception.
  14. 2004-03-16 Gonzalo Paniagua Javier <[email protected]>
  15. * RegexBugs.cs: added test case for bug 54797.
  16. 2004-02-02 Nick Drochak <[email protected]>
  17. * RegexBugs.cs (RangeIgnoreCase): made the last assert pass on .NET.
  18. 2004-01-16 Gonzalo Paniagua Javier <[email protected]>
  19. * RegexBugs.cs: added test from bug #52924.
  20. 2004-01-07 Lluis Sanchez Gual <[email protected]>
  21. * RegexBugs.cs: Improved test. In Split(), if the last match is at the
  22. end of the string, an empty string must be added to the array of
  23. results.
  24. 2003-11-27 Gonzalo Paniagua Javier <[email protected]>
  25. * RegexBugs.cs: added tests from bug #42529.