kmx git
login
register
kc3-lang
/
libxml2
/
testparser.c
testparser.c
Log
Author
Commit
Date
CI
Message
89d19534
2023-10-28T03:04:59
encoding: Fix decoding of large chunks After 95e81a36, we must support XML_ENC_ERR_SPACE when using built-in encoding handlers. Should fix #610.
a9ada183
2023-10-22T13:56:55
tests: Start with testparser.c for extra tests Several issues require customized tests. Start with a test that push parses large documents. See #539.