Regression test for https://github.com/Textualize/rich/issues/3943
()
| 232 | |
| 233 | |
| 234 | def test_nerd_font(): |
| 235 | """Regression test for https://github.com/Textualize/rich/issues/3943""" |
| 236 | # Not allocated by unicode, but used by nerd fonts |
| 237 | assert cell_len("\U000f024d") == 1 |
| 238 | |
| 239 | |
| 240 | def test_zwj(): |
nothing calls this directly
no test coverage detected