ChangeLog 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. 2004-07-05 Jackson Harper <[email protected]>
  2. * RegexTest.cs: Add some simple tests for debugging/zen building.
  3. 2004-06-06 Jambunathan K <[email protected]>
  4. * RegexTest.cs:
  5. * RegexBugs.cs: Added test case for exercising Regex.Unescape()
  6. Added test cases for exercising \b as a word boundary operator
  7. and as a character class in a regex. Refer bug #58256 for more
  8. information.
  9. 2004-06-01 Gonzalo Paniagua Javier <[email protected]>
  10. * RegexBugs.cs: added CategoryAndNegated test.
  11. 2004-05-27 Gonzalo Paniagua Javier <[email protected]>
  12. * RegexBugs.cs: added tests from bug #59150.
  13. 2004-04-19 Gonzalo Paniagua Javier <[email protected]>
  14. * Test/System.Text.RegularExpressions/PerlTrials.cs:
  15. Patch by Eric Durand Tremblay with tests.
  16. 1) Capture inner group when named.
  17. 2) Resolved parse error caused by not capturing inner group
  18. 3) Resolved incorrect capture group
  19. 4) Now, not capturing anything when unnamed ( correct behavior)
  20. 2004-04-19 Gonzalo Paniagua Javier <[email protected]>
  21. * PerlTrials.cs: unix line endings.
  22. 2004-03-30 Lluis Sanchez Gual <[email protected]>
  23. * RegexBugs.cs: Added test for bug #52890.
  24. 2004-03-24 Gonzalo Paniagua Javier <[email protected]>
  25. * RegexBugs.cs: added new test with a regex used when discovering the
  26. wsdl document for a asmx page.
  27. 2004-03-22 Jackson Harper <[email protected]>
  28. * RegexBugs.cs: Add test case for multiple matches.
  29. 2004-03-17 Francois Beauchemin <[email protected]>
  30. * PerlTrials.cs : Added many test for RightToLeft
  31. * PerlTest.cs, RegexTrial : Modified version of regextrial to
  32. be run all the test and to report exception.
  33. 2004-03-16 Gonzalo Paniagua Javier <[email protected]>
  34. * RegexBugs.cs: added test case for bug 54797.
  35. 2004-02-02 Nick Drochak <[email protected]>
  36. * RegexBugs.cs (RangeIgnoreCase): made the last assert pass on .NET.
  37. 2004-01-16 Gonzalo Paniagua Javier <[email protected]>
  38. * RegexBugs.cs: added test from bug #52924.
  39. 2004-01-07 Lluis Sanchez Gual <[email protected]>
  40. * RegexBugs.cs: Improved test. In Split(), if the last match is at the
  41. end of the string, an empty string must be added to the array of
  42. results.
  43. 2003-11-27 Gonzalo Paniagua Javier <[email protected]>
  44. * RegexBugs.cs: added tests from bug #42529.