Edit

kc3-lang/libxml2/result/comment5.xml.sax2

Branch :

  • Show log

    Commit

  • Author : Daniel Veillard
    Date : 2005-06-27 10:40:55
    Hash : 4a5a964c
    Message : added SAXv2 regression tests apparently missing. added SAX1/SAX2 checks. * result/*.sax2 MAkefile.am: added SAXv2 regression tests apparently missing. * runtest.c: added SAX1/SAX2 checks. Daniel

  • result/comment5.xml.sax2
  • SAX.setDocumentLocator()
    SAX.startDocument()
    SAX.comment( test of hyphen and line break handling
         some text - interrupted -
    - - - - - - - - - - - - - - - - - - - - - -
                          this should stop here^
    
    
    )
    SAX.startElementNs(doc, NULL, NULL, 0, 0, 0)
    SAX.endElementNs(doc, NULL, NULL)
    SAX.endDocument()