(self)
| 131 | self.checkletter("khitan small script character-18cff", "\U00018cff") |
| 132 | |
| 133 | def test_nushu_characters(self): |
| 134 | self.checkletter("NUSHU CHARACTER-1B170", "\U0001b170") |
| 135 | self.checkletter("NUSHU CHARACTER-1B2FB", "\U0001b2fb") |
| 136 | self.checkletter("nushu character-1b2fb", "\U0001b2fb") |
| 137 | |
| 138 | def test_bmp_characters(self): |
| 139 | for code in range(0x10000): |
nothing calls this directly
no test coverage detected