Edit

kc3-lang/libxml2/python/tests

Branch :

  • Show log

    Commit

  • Author : Nick Wellnhofer
    Date : 2021-05-08 20:21:29
    Hash : de5b624f
    Message : Fix handling of unexpected EOF in xmlParseContent Readd the XML_ERR_TAG_NOT_FINISHED error on unexpected EOF which was removed in commit 62150ed2. This commit also introduced a regression for direct users of xmlParseContent. Unclosed tags weren't checked.