Edit

kc3-lang/libxml2/test/valid/pe-latin1.xml

Branch :

  • Show log

    Commit

  • Author : Nick Wellnhofer
    Date : 2023-10-06 11:50:29
    Hash : b76d81da
    Message : parser: Fix regression when push parsing parameter entities Short-lived regression from 834b8123. Also shrink parameter entity buffers when push parsing.

  • test/valid/pe-latin1.xml
  • <!DOCTYPE doc [
    <!ELEMENT doc (#PCDATA)>
    <!ENTITY % pe SYSTEM "dtds/pe-latin1.ent">
    %pe;
    ]>
    <doc>&latin1;</doc>