Edit

kc3-lang/libxml2/test/badcomment.xml

Branch :

  • Show log

    Commit

  • Author : Daniel Veillard
    Date : 2006-02-05 02:43:36
    Hash : 6974feb0
    Message : fixed the comment streaming bug raised by Graham Bennett added to the * parser.c: fixed the comment streaming bug raised by Graham Bennett * test/badcomment.xml result//badcomment.xml*: added to the regression suite. Daniel

  • test/badcomment.xml
  • <?xml version="1.0" encoding="UTF-8"?>
    
    <foo>
    <!-- def='NT-Char'--><!-->Char</nt>* ']]&gt;' <nt def='NT-Char'>Char</nt>*))
    ']]&gt;'</rhs>
    <com>CDATA sections</com>
    <rhs>| '&lt;!DOCTYPE' 
    (<nt def="NT-Char">Char</nt> - ('[' | ']'))+
    ('[' 
    <nt def="NT-simpleDTD">simpleDTD</nt>*
    ']')? '&gt;'</rhs>
    <com>doc type declaration</com>
    <prod id="NT-simpleDTD"><lhs>simpleDTD</lhs>
    <rhs>'&lt;!&como;' 
    (<nt def='NT-Char'>Char</nt>* - 
    (<nt def='NT-Char'>Char</nt>* '&comc;' <nt def='NT-Char'>Char</nt>*))
    '&comc;&gt;'</rhs>-->
    </foo>