summaryrefslogtreecommitdiff
path: root/result/comment4.xml.sax
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2005-01-23 17:37:44 +0000
committerDaniel Veillard <veillard@src.gnome.org>2005-01-23 17:37:44 +0000
commit4c778d8b96478bcb3da14ffaffb75332bbaa88ef (patch)
tree0857aa404c2991e84f37579b3ee654427ec80bcf /result/comment4.xml.sax
parent0714c5bfdf557a6b34dc37076af8993fd0144769 (diff)
downloadlibxml2-4c778d8b96478bcb3da14ffaffb75332bbaa88ef.tar.gz
boosting common commnent parsing code, it was really slow. added sprecific
* parser.c: boosting common commnent parsing code, it was really slow. * test/comment[3-5].xml result//comment[3-5].xml*: added sprecific regression tests Daniel
Diffstat (limited to 'result/comment4.xml.sax')
-rw-r--r--result/comment4.xml.sax8
1 files changed, 8 insertions, 0 deletions
diff --git a/result/comment4.xml.sax b/result/comment4.xml.sax
new file mode 100644
index 00000000..26011d9b
--- /dev/null
+++ b/result/comment4.xml.sax
@@ -0,0 +1,8 @@
+SAX.setDocumentLocator()
+SAX.startDocument()
+SAX.comment( test of non ascii comments like là et très )
+SAX.comment(à another one )
+SAX.comment( another one à)
+SAX.startElement(doc)
+SAX.endElement(doc)
+SAX.endDocument()