Skip to content

Commit

Permalink
[test_font] Add comment to explain why we use "é" to test get_missing…
Browse files Browse the repository at this point in the history
…_glyphs
  • Loading branch information
moi15moi committed Oct 8, 2023
1 parent 7470710 commit 4e2bd9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_font.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ def test_font_get_missing_glyphs_cmap_encoding_2():
assert len(font) == 1
font = font[0]

# Try "é" since cp932 doesn't support this char
missing_glyphs = font.get_missing_glyphs(
string.ascii_letters + string.digits + "éヲ&*"
)
Expand Down

0 comments on commit 4e2bd9b

Please sign in to comment.