MCPcopy Index your code
hub / github.com/python/cpython / test_misc_symbols

Method test_misc_symbols

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

Source from the content-addressed store, hash-verified

143 self.assertEqual(unicodedata.lookup(name), char)
144
145 def test_misc_symbols(self):
146 self.checkletter("PILCROW SIGN", "\u00b6")
147 self.checkletter("REPLACEMENT CHARACTER", "\uFFFD")
148 self.checkletter("HALFWIDTH KATAKANA SEMI-VOICED SOUND MARK", "\uFF9F")
149 self.checkletter("FULLWIDTH LATIN SMALL LETTER A", "\uFF41")
150
151 def test_aliases(self):
152 # Check that the aliases defined in the NameAliases.txt file work.

Callers

nothing calls this directly

Calls 1

checkletterMethod · 0.95

Tested by

no test coverage detected