You've already forked linux-packaging-mono
Imported Upstream version 6.4.0.137
Former-commit-id: 943baa9f16a098c33e129777827f3a9d20da00d6
This commit is contained in:
parent
e9207cf623
commit
ef583813eb
@@ -95,7 +95,7 @@ namespace MonoTests.System.Globalization
|
||||
public void GetAscii ()
|
||||
{
|
||||
IdnMapping m = new IdnMapping ();
|
||||
GetAscii (m, "www.mono-project.com", "www.mono-project.com", 1);
|
||||
GetAscii (m, "www.example.com", "www.example.com", 1);
|
||||
GetAscii (m, "a\uFF61b", "a.b", 2);
|
||||
|
||||
// umm... does it reject anything larger than U+FFFF ??
|
||||
@@ -168,7 +168,7 @@ namespace MonoTests.System.Globalization
|
||||
public void GetUnicode ()
|
||||
{
|
||||
IdnMapping m = new IdnMapping ();
|
||||
GetAscii (m, "www.mono-project.com", "www.mono-project.com", 1);
|
||||
GetAscii (m, "www.example.com", "www.example.com", 1);
|
||||
GetAscii (m, "a\uFF61b", "a.b", 2);
|
||||
|
||||
// umm... does it reject anything larger than U+FFFF ??
|
||||
|
Reference in New Issue
Block a user