Skip to content

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)