aboutsummaryrefslogtreecommitdiffstats
path: root/result/HTML/reg4.html.sax
diff options
context:
space:
mode:
Diffstat (limited to 'result/HTML/reg4.html.sax')
-rw-r--r--result/HTML/reg4.html.sax12
1 files changed, 6 insertions, 6 deletions
diff --git a/result/HTML/reg4.html.sax b/result/HTML/reg4.html.sax
index 4c5147cd..3ed6c9d0 100644
--- a/result/HTML/reg4.html.sax
+++ b/result/HTML/reg4.html.sax
@@ -1,18 +1,18 @@
SAX.setDocumentLocator()
SAX.startDocument()
SAX.startElement(html)
-SAX.ignorableWhitespace(
+SAX.characters(
, 1)
SAX.startElement(head)
-SAX.ignorableWhitespace(
+SAX.characters(
, 1)
SAX.startElement(title)
SAX.characters(Regression test 4, 17)
SAX.endElement(title)
-SAX.ignorableWhitespace(
+SAX.characters(
, 1)
SAX.endElement(head)
-SAX.ignorableWhitespace(
+SAX.characters(
, 1)
SAX.startElement(body)
SAX.characters(
@@ -35,9 +35,9 @@ SAX.error: Unexpected end tag : p
SAX.characters(
, 1)
SAX.endElement(body)
-SAX.ignorableWhitespace(
+SAX.characters(
, 1)
SAX.endElement(html)
-SAX.ignorableWhitespace(
+SAX.characters(
, 1)
SAX.endDocument()