2005-01-08 Miguel de Icaza <miguel@ximian.com>
authorMiguel de Icaza <miguel@gnome.org>
Sat, 8 Jan 2005 06:21:04 +0000 (06:21 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Sat, 8 Jan 2005 06:21:04 +0000 (06:21 -0000)
commit19e3d1f3fcc5108aa2c06e865a4c51dbf353a38c
tree75c41647e58d1b6cebf7067715a6f5abe7de14b3
parent470be3c37c1bab37be387408b530b943f50e3080
2005-01-08  Miguel de Icaza  <miguel@ximian.com>

* syntax.cs: Applied patch from mei@work.email.ne.jp to fix bug
#71077.

* parser.cs: Turns out that \digit sequences are octal sequences
(no leading zero is needed);  And the three octal digit rule
applies to the leading zero as well.

This fixes the Unescape method.

2005-01-08  Miguel de Icaza  <miguel@ximian.com>

* RegexBugs.cs: Add new test.

svn path=/trunk/mcs/; revision=38517
mcs/class/System/System.Text.RegularExpressions/ChangeLog
mcs/class/System/System.Text.RegularExpressions/category.cs
mcs/class/System/System.Text.RegularExpressions/parser.cs
mcs/class/System/System.Text.RegularExpressions/syntax.cs
mcs/class/System/Test/System.Text.RegularExpressions/ChangeLog
mcs/class/System/Test/System.Text.RegularExpressions/RegexBugs.cs