Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « System.Text.RegularExpressions « Test « System « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 68f9949008f6d5f8fe13bd9083c49082a3d6c99f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
2004-06-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* RegexBugs.cs: added CategoryAndNegated test.

2004-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* RegexBugs.cs: added tests from bug #59150.

2004-04-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* Test/System.Text.RegularExpressions/PerlTrials.cs:
	Patch by Eric Durand Tremblay with tests.
	1) Capture inner group when named.
	2) Resolved parse error caused by not capturing inner group
	3) Resolved incorrect capture group
	4) Now, not capturing anything when unnamed ( correct behavior)


2004-04-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* PerlTrials.cs: unix line endings.

2004-03-30  Lluis Sanchez Gual <lluis@ximian.com>

	* RegexBugs.cs: Added test for bug #52890.
	
2004-03-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* RegexBugs.cs: added new test with a regex used when discovering the
	wsdl document for a asmx page.

2004-03-22  Jackson Harper  <jackson@ximian.com>

	* RegexBugs.cs: Add test case for multiple matches.
	
2004-03-17  Francois Beauchemin <beauche@softhome.net>
 	* 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 <gonzalo@ximian.com>

	* RegexBugs.cs: added test case for bug 54797.

2004-02-02  Nick Drochak <ndrochak@ieee.org>

	* RegexBugs.cs (RangeIgnoreCase): made the last assert pass on .NET.

2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* RegexBugs.cs: added test from bug #52924.

2004-01-07  Lluis Sanchez Gual <lluis@ximian.com>

	* 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 <gonzalo@ximian.com>

	* RegexBugs.cs: added tests from bug #42529.