diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-11-14 18:35:50 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-11-15 08:38:45 -0500 |
commit | 3a566950b516386b25fa028bee73d524dd9ada92 (patch) | |
tree | 5b2aa0bbd4e66ab484ba1a42d02bfdbd7fa9fbde /tests/markup-parse.c | |
parent | cadc688fa4ef2abea1fc6b8dc3ffb053a401ad38 (diff) | |
download | pango-3a566950b516386b25fa028bee73d524dd9ada92.tar.gz |
Fix line-break accounting more
When looking for breakpoints, we were assuming that
there is no point to keep looking forward once we
hit a spot where the broken off part is too long.
But with hyphen insertion, that is no longer true,
necessarily. Consider 'bli '. Breaking after 'bl'
will insert 'bl-', which might be longer than
'bli', which is what will be inserted when we
break after the i.
To fix this, keep looking for breakpoints as long
as there is still a chance to find one.
Diffstat (limited to 'tests/markup-parse.c')
0 files changed, 0 insertions, 0 deletions