Edit

kc3-lang/md4c/src

Branch :

  • Show log

    Commit

  • 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.