We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e28544a commit a6e50f5Copy full SHA for a6e50f5
1 file changed
Lib/test/test_pep3131.py
@@ -17,12 +17,7 @@ class T:
17
18
def test_non_bmp_normalized(self):
19
𝔘𝔫𝔦𝔠𝔬𝔡𝔢 = 1
20
- # On wide builds, this is normalized, but on narrow ones it is not. See
21
- # #12746.
22
- try:
23
- self.assertIn("𝔘𝔫𝔦𝔠𝔬𝔡𝔢", dir())
24
- except AssertionError:
25
- raise unittest.case._ExpectedFailure(sys.exc_info())
+ self.assertIn("Unicode", dir())
26
27
def test_invalid(self):
28
try:
0 commit comments