* RegexTest.cs: Add some simple tests for debugging/zen
[mono.git] / mcs / class / System / Test / System.Text.RegularExpressions / ChangeLog
1 2004-07-05  Jackson Harper  <jackson@ximian.com>
2
3         * RegexTest.cs: Add some simple tests for debugging/zen building.
4         
5 2004-06-06  Jambunathan K <kjambunathan@novell.com>
6         
7         * RegexTest.cs: 
8         * RegexBugs.cs: Added test case for exercising Regex.Unescape()
9         Added test cases for exercising \b as a word boundary operator
10         and as a character class in a regex. Refer bug #58256 for more 
11         information.
12
13         
14 2004-06-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15
16         * RegexBugs.cs: added CategoryAndNegated test.
17
18 2004-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19
20         * RegexBugs.cs: added tests from bug #59150.
21
22 2004-04-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23
24         * Test/System.Text.RegularExpressions/PerlTrials.cs:
25         Patch by Eric Durand Tremblay with tests.
26         1) Capture inner group when named.
27         2) Resolved parse error caused by not capturing inner group
28         3) Resolved incorrect capture group
29         4) Now, not capturing anything when unnamed ( correct behavior)
30
31
32 2004-04-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33
34         * PerlTrials.cs: unix line endings.
35
36 2004-03-30  Lluis Sanchez Gual <lluis@ximian.com>
37
38         * RegexBugs.cs: Added test for bug #52890.
39         
40 2004-03-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
41
42         * RegexBugs.cs: added new test with a regex used when discovering the
43         wsdl document for a asmx page.
44
45 2004-03-22  Jackson Harper  <jackson@ximian.com>
46
47         * RegexBugs.cs: Add test case for multiple matches.
48         
49 2004-03-17  Francois Beauchemin <beauche@softhome.net>
50         * PerlTrials.cs : Added many test for RightToLeft
51         * PerlTest.cs, RegexTrial : Modified version of regextrial to 
52                 be run all the test and to report exception.
53   
54 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
55
56         * RegexBugs.cs: added test case for bug 54797.
57
58 2004-02-02  Nick Drochak <ndrochak@ieee.org>
59
60         * RegexBugs.cs (RangeIgnoreCase): made the last assert pass on .NET.
61
62 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
63
64         * RegexBugs.cs: added test from bug #52924.
65
66 2004-01-07  Lluis Sanchez Gual <lluis@ximian.com>
67
68         * RegexBugs.cs: Improved test. In Split(), if the last match is at the
69         end of the string, an empty string must be added to the array of
70         results.
71
72 2003-11-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
73
74         * RegexBugs.cs: added tests from bug #42529.
75