Author :
Martin Mitas
Date :
2020-12-14 18:59:56
Hash :5a44e327 Message :md_link_label_cmp: Fix the loop end condition.
The old version likely could stop prematurely in a corner case when
there was a Unicode character at the end of the either string, which
maps into multiple fold info codepoints.
Fixes #142.