From b990008f05f7cba8f0dc0731a0af44e6cc8e8aed Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Tue, 25 Oct 2005 12:36:29 +0000 Subject: [PATCH] script HTML parser error fix, corrects bug #319715 added test from Michael * HTMLparser.c: script HTML parser error fix, corrects bug #319715 * result/HTML/53867* test/HTML/53867.html: added test from Michael Day to the regression suite Daniel --- ChangeLog | 6 ++++ HTMLparser.c | 1 + result/HTML/53867.html | 66 ++++++++++++++++++++++++++++++++++++ result/HTML/53867.html.err | 0 result/HTML/53867.html.sax | 26 ++++++++++++++ test/HTML/53867.html | 69 ++++++++++++++++++++++++++++++++++++++ 6 files changed, 168 insertions(+) create mode 100644 result/HTML/53867.html create mode 100644 result/HTML/53867.html.err create mode 100644 result/HTML/53867.html.sax create mode 100644 test/HTML/53867.html diff --git a/ChangeLog b/ChangeLog index 2c30fe67..c7339f38 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Tue Oct 25 14:34:58 CEST 2005 Daniel Veillard + + * HTMLparser.c: script HTML parser error fix, corrects bug #319715 + * result/HTML/53867* test/HTML/53867.html: added test from Michael Day + to the regression suite + Tue Oct 25 14:21:11 CEST 2005 Daniel Veillard * HTMLparser.c: typo fix from Michael Day diff --git a/HTMLparser.c b/HTMLparser.c index c02ef0ae..4988a2fb 100644 --- a/HTMLparser.c +++ b/HTMLparser.c @@ -2701,6 +2701,7 @@ htmlParseScript(htmlParserCtxtPtr ctxt) { } nbchar = 0; } + GROW; NEXTL(l); cur = CUR_CHAR(l); } diff --git a/result/HTML/53867.html b/result/HTML/53867.html new file mode 100644 index 00000000..acdad7cc --- /dev/null +++ b/result/HTML/53867.html @@ -0,0 +1,66 @@ + + diff --git a/result/HTML/53867.html.err b/result/HTML/53867.html.err new file mode 100644 index 00000000..e69de29b diff --git a/result/HTML/53867.html.sax b/result/HTML/53867.html.sax new file mode 100644 index 00000000..81a9f15f --- /dev/null +++ b/result/HTML/53867.html.sax @@ -0,0 +1,26 @@ +SAX.setDocumentLocator() +SAX.startDocument() +SAX.startElement(html) +SAX.ignorableWhitespace( +, 1) +SAX.startElement(head) +SAX.ignorableWhitespace( +, 1) +SAX.startElement(style) +SAX.cdata( +....... +....................., 1000) +SAX.cdata(.............................., 1000) +SAX.cdata(.............................., 1000) +SAX.cdata(................ +............., 977) +SAX.endElement(style) +SAX.ignorableWhitespace( +, 1) +SAX.endElement(head) +SAX.ignorableWhitespace( +, 1) +SAX.endElement(html) +SAX.ignorableWhitespace( +, 1) +SAX.endDocument() diff --git a/test/HTML/53867.html b/test/HTML/53867.html new file mode 100644 index 00000000..ac27999d --- /dev/null +++ b/test/HTML/53867.html @@ -0,0 +1,69 @@ + + + + +