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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2003-11-19 15:01:19 +0300
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2003-11-19 15:01:19 +0300
commitc2f820297224146b50012628ef6e0b22c5a664f9 (patch)
tree35a5f569637e317e7685e721eb548b3948960f9b /mcs/class/System/System_test.dll.sources
parentd824108ffd2f88ba73e408ed8d0847af7d4e4171 (diff)
2003-11-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* System_test.dll.sources: added new RegexBugs test. * System.Text.RegularExpressions/regex.cs: (Split): include capture groups in the results, if any. Fixes bug #51146. * Test/system_linux_test.args: removed. Not needed any more. svn path=/trunk/mcs/; revision=20219
Diffstat (limited to 'mcs/class/System/System_test.dll.sources')
-rw-r--r--mcs/class/System/System_test.dll.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/class/System/System_test.dll.sources b/mcs/class/System/System_test.dll.sources
index 77445c616fc..71b5f0c20e9 100644
--- a/mcs/class/System/System_test.dll.sources
+++ b/mcs/class/System/System_test.dll.sources
@@ -36,3 +36,4 @@ System.Net.Sockets/TcpListenerTest.cs
System.Text.RegularExpressions/PerlTest.cs
System.Text.RegularExpressions/PerlTrials.cs
System.Text.RegularExpressions/RegexTrial.cs
+System.Text.RegularExpressions/RegexBugs.cs