Commit 65113164 authored by Benjamin Peterson's avatar Benjamin Peterson

this isn't fixed on windows yet...

parent ac1d2390
......@@ -17,7 +17,10 @@ class PEP3131Test(unittest.TestCase):
def test_non_bmp_normalized(self):
𝔘𝔫𝔦𝔠𝔬𝔡𝔢 = 1
try:
self.assertIn("Unicode", dir())
except AssertionError:
raise unittest._ExpectedFailure("doesn't work yet")
def test_invalid(self):
try:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment