string.Split method should look for delimiters by performing comparisons using case...
commitb42a20c0e4e9cee2aa723c65ec0b9e91e82cbf83
authorMarek Safar <marek.safar@gmail.com>
Mon, 20 Feb 2012 14:48:29 +0000 (20 14:48 +0000)
committerMarek Safar <marek.safar@gmail.com>
Mon, 20 Feb 2012 14:48:29 +0000 (20 14:48 +0000)
tree2e530ffccdb0b0dce8b871c4d7e39da754fd5a63
parent255a36860f77d42216855ea198d782ba4d209128
string.Split method should look for delimiters by performing comparisons using case-sensitive ordinal sort rules. Fixes #3534
mcs/class/corlib/System/String.cs
mcs/class/corlib/Test/System/StringTest.cs