8000 Activate UnicodeSurrogate test · pythonnet/pythonnet@df5ebc2 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit df5ebc2

Browse files
authored
Activate UnicodeSurrogate test
1 parent 1629116 commit df5ebc2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/embed_tests/TestPyString.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ public void TestUnicodeSurrogateToString()
105105
}
106106

107107
[Test]
108-
[Ignore("Bug: Unicode conversion issue #1466")]
109108
public void TestUnicodeSurrogate()
110109
{
111110
const string expected = "foo\ud83d\udc3c"; // "foo🐼"

0 commit comments

Comments
 (0)
0