Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions tests/test_font.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,8 @@ def test_3780():
# print(f' {n}: {v!r}')
for i, block in enumerate(d['blocks']):
print(f'block {i}:')
if block['type'] != 0:
continue
for j, line in enumerate(block['lines']):
print(f' line {j}:')
for k, span in enumerate(line['spans']):
Expand Down