ChangeLog 409 B

1234567891011121314
  1. 2004-01-16 Gonzalo Paniagua Javier <[email protected]>
  2. * RegexBugs.cs: added test from bug #52924.
  3. 2004-01-07 Lluis Sanchez Gual <[email protected]>
  4. * RegexBugs.cs: Improved test. In Split(), if the last match is at the
  5. end of the string, an empty string must be added to the array of
  6. results.
  7. 2003-11-27 Gonzalo Paniagua Javier <[email protected]>
  8. * RegexBugs.cs: added tests from bug #42529.