MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_misc_symbols

Method test_misc_symbols

Lib/test/test_ucn.py:113–117  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

111 self.assertEqual(unicodedata.lookup(name), char)
112
113 def test_misc_symbols(self):
114 self.checkletter("PILCROW SIGN", "\u00b6")
115 self.checkletter("REPLACEMENT CHARACTER", "\uFFFD")
116 self.checkletter("HALFWIDTH KATAKANA SEMI-VOICED SOUND MARK", "\uFF9F")
117 self.checkletter("FULLWIDTH LATIN SMALL LETTER A", "\uFF41")
118
119 @unittest.expectedFailure # TODO: RUSTPYTHON
120 def test_aliases(self):

Callers

nothing calls this directly

Calls 1

checkletterMethod · 0.95

Tested by

no test coverage detected