MCPcopy
hub / github.com/Textualize/rich / test_nerd_font

Function test_nerd_font

tests/test_cells.py:234–237  ·  view source on GitHub ↗

Regression test for https://github.com/Textualize/rich/issues/3943

()

Source from the content-addressed store, hash-verified

232
233
234def 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
240def test_zwj():

Callers

nothing calls this directly

Calls 1

cell_lenFunction · 0.90

Tested by

no test coverage detected