1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-26 20:25:14 +03:00
libxml2/result/HTML
Nick Wellnhofer 2732b23466 Fix regression parsing public IDs literals in HTML
Fix regression introduced when reworking htmlParsePubidLiteral in
commit 93ce33c2.

Fixes #318.
2022-01-10 13:37:59 +01:00
..
53867.html Keep non-significant blanks node in HTML parser 2012-09-07 19:32:12 +08:00
53867.html.err script HTML parser error fix, corrects bug #319715 added test from Michael 2005-10-25 12:36:29 +00:00
53867.html.sax Initialize keepBlanks in HTML parser 2017-06-12 19:11:54 +02:00
758518-entity.html Add test cases for bug 758518 2017-06-12 18:26:11 +02:00
758518-entity.html.err Add test cases for bug 758518 2017-06-12 18:26:11 +02:00
758518-entity.html.sax Add test cases for bug 758518 2017-06-12 18:26:11 +02:00
758518-tag.html Add test cases for bug 758518 2017-06-12 18:26:11 +02:00
758518-tag.html.err Add test cases for bug 758518 2017-06-12 18:26:11 +02:00
758518-tag.html.sax Add test cases for bug 758518 2017-06-12 18:26:11 +02:00
758605.html Detect change of encoding when parsing HTML names 2016-05-23 15:01:07 +08:00
758605.html.err Detect change of encoding when parsing HTML names 2016-05-23 15:01:07 +08:00
758605.html.sax Initialize keepBlanks in HTML parser 2017-06-12 19:11:54 +02:00
758606_2.html Fix several quadratic runtime issues in HTML push parser 2020-07-23 20:47:35 +02:00
758606_2.html.err use new htmlParseLookupCommentEnd to find comment ends 2020-12-16 16:12:07 +01:00
758606_2.html.sax Fix several quadratic runtime issues in HTML push parser 2020-07-23 20:47:35 +02:00
758606.html Fix several quadratic runtime issues in HTML push parser 2020-07-23 20:47:35 +02:00
758606.html.err use new htmlParseLookupCommentEnd to find comment ends 2020-12-16 16:12:07 +01:00
758606.html.sax Fix several quadratic runtime issues in HTML push parser 2020-07-23 20:47:35 +02:00
attrents.html Keep non-significant blanks node in HTML parser 2012-09-07 19:32:12 +08:00
attrents.html.err Mikhail Sogrine pointed out a bug in HTML parsing, applied his patch added 2002-10-22 19:14:58 +00:00
attrents.html.sax Initialize keepBlanks in HTML parser 2017-06-12 19:11:54 +02:00
autoclose2.html removing the SAXresults tree, keeping result in the same tree, added 2003-09-03 13:10:37 +00:00
autoclose2.html.err Added a bunch of testsuite realted files missing, Daniel. 2000-07-14 14:54:24 +00:00
autoclose2.html.sax Large sync between my W3C base and Gnome's one: 2000-08-12 21:12:04 +00:00
autoclose3.html removing the SAXresults tree, keeping result in the same tree, added 2003-09-03 13:10:37 +00:00
autoclose3.html.err parsing real HTML is a nightmare. 2001-04-12 15:42:58 +00:00
autoclose3.html.sax parsing real HTML is a nightmare. 2001-04-12 15:42:58 +00:00
autoclose.html Keep non-significant blanks node in HTML parser 2012-09-07 19:32:12 +08:00
autoclose.html.err Added a bunch of testsuite realted files missing, Daniel. 2000-07-14 14:54:24 +00:00
autoclose.html.sax Initialize keepBlanks in HTML parser 2017-06-12 19:11:54 +02:00
cf_128.html Keep non-significant blanks node in HTML parser 2012-09-07 19:32:12 +08:00
cf_128.html.err - HTMLparser.c: Closed bug #54891 2001-05-19 13:24:56 +00:00
cf_128.html.sax Initialize keepBlanks in HTML parser 2017-06-12 19:11:54 +02:00
chunked_attr.html Fix quadratic runtime in HTML parser 2020-07-06 12:17:20 +02:00
chunked_attr.html.err Fix quadratic runtime in HTML parser 2020-07-06 12:17:20 +02:00
chunked_attr.html.sax Fix quadratic runtime in HTML parser 2020-07-06 12:17:20 +02:00
comments2.html htmlParseComment: treat --!> as if it closed the comment 2020-12-16 16:12:07 +01:00
comments2.html.err htmlParseComment: treat --!> as if it closed the comment 2020-12-16 16:12:07 +01:00
comments2.html.sax htmlParseComment: treat --!> as if it closed the comment 2020-12-16 16:12:07 +01:00
comments.html htmlParseComment: treat --!> as if it closed the comment 2020-12-16 16:12:07 +01:00
comments.html.err htmlParseComment: treat --!> as if it closed the comment 2020-12-16 16:12:07 +01:00
comments.html.sax htmlParseComment: treat --!> as if it closed the comment 2020-12-16 16:12:07 +01:00
doc2.htm Keep non-significant blanks node in HTML parser 2012-09-07 19:32:12 +08:00
doc2.htm.err more code cleanup, especially around error messages, the HTML parser has 2003-10-05 13:51:35 +00:00
doc2.htm.sax Initialize keepBlanks in HTML parser 2017-06-12 19:11:54 +02:00
doc3.htm Fix several quadratic runtime issues in HTML push parser 2020-07-23 20:47:35 +02:00
doc3.htm.err Fix several quadratic runtime issues in HTML push parser 2020-07-23 20:47:35 +02:00
doc3.htm.sax Fix several quadratic runtime issues in HTML push parser 2020-07-23 20:47:35 +02:00
Down.html Keep non-significant blanks node in HTML parser 2012-09-07 19:32:12 +08:00
Down.html.err Revamped HTML parsing, lots of bug fixes for HTML stuff, 1999-10-14 09:10:25 +00:00
Down.html.sax Initialize keepBlanks in HTML parser 2017-06-12 19:11:54 +02:00
entities2.html Keep non-significant blanks node in HTML parser 2012-09-07 19:32:12 +08:00
entities2.html.err fixing HTML entities in attributes parsing bug #362552 added to the 2006-10-17 15:56:35 +00:00
entities2.html.sax Initialize keepBlanks in HTML parser 2017-06-12 19:11:54 +02:00
entities.html Keep non-significant blanks node in HTML parser 2012-09-07 19:32:12 +08:00
entities.html.err more code cleanup, especially around error messages, the HTML parser has 2003-10-05 13:51:35 +00:00
entities.html.sax Initialize keepBlanks in HTML parser 2017-06-12 19:11:54 +02:00
fp40.htm Keep non-significant blanks node in HTML parser 2012-09-07 19:32:12 +08:00
fp40.htm.err more code cleanup, especially around error messages, the HTML parser has 2003-10-05 13:51:35 +00:00
fp40.htm.sax Initialize keepBlanks in HTML parser 2017-06-12 19:11:54 +02:00
html5_enc.html Keep non-significant blanks node in HTML parser 2012-09-07 19:32:12 +08:00
html5_enc.html.err Add HTML parser support for HTML5 meta charset encoding declaration 2012-05-10 15:34:57 +08:00
html5_enc.html.sax Initialize keepBlanks in HTML parser 2017-06-12 19:11:54 +02:00
issue318.html Fix regression parsing public IDs literals in HTML 2022-01-10 13:37:59 +01:00
issue318.html.err Fix regression parsing public IDs literals in HTML 2022-01-10 13:37:59 +01:00
issue318.html.sax Fix regression parsing public IDs literals in HTML 2022-01-10 13:37:59 +01:00
liclose.html Keep non-significant blanks node in HTML parser 2012-09-07 19:32:12 +08:00
liclose.html.err Revamped HTML parsing, lots of bug fixes for HTML stuff, 1999-10-14 09:10:25 +00:00
liclose.html.sax Initialize keepBlanks in HTML parser 2017-06-12 19:11:54 +02:00
lt.html Keep non-significant blanks node in HTML parser 2012-09-07 19:32:12 +08:00
lt.html.err handle the case of < in quoted attributes, Bastian Kleineidam Daniel 2001-11-06 22:50:19 +00:00
lt.html.sax Initialize keepBlanks in HTML parser 2017-06-12 19:11:54 +02:00
noscript.html Keep non-significant blanks node in HTML parser 2012-09-07 19:32:12 +08:00
noscript.html.err HTML parser error with <noscript> in the <head> 2012-05-11 19:31:12 +08:00
noscript.html.sax Initialize keepBlanks in HTML parser 2017-06-12 19:11:54 +02:00
pre.html Keep non-significant blanks node in HTML parser 2012-09-07 19:32:12 +08:00
pre.html.err - HTMLtree.c: when in a pre element no formatting space should 2001-06-07 16:07:07 +00:00
pre.html.sax Initialize keepBlanks in HTML parser 2017-06-12 19:11:54 +02:00
python.html Keep non-significant blanks node in HTML parser 2012-09-07 19:32:12 +08:00
python.html.err added support for HTML PIs #156087 added specific tests Daniel 2004-10-22 14:34:23 +00:00
python.html.sax Initialize keepBlanks in HTML parser 2017-06-12 19:11:54 +02:00
reg1.html Keep non-significant blanks node in HTML parser 2012-09-07 19:32:12 +08:00
reg1.html.err Revamped HTML parsing, lots of bug fixes for HTML stuff, 1999-10-14 09:10:25 +00:00
reg1.html.sax Initialize keepBlanks in HTML parser 2017-06-12 19:11:54 +02:00
reg2.html Keep non-significant blanks node in HTML parser 2012-09-07 19:32:12 +08:00
reg2.html.err Revamped HTML parsing, lots of bug fixes for HTML stuff, 1999-10-14 09:10:25 +00:00
reg2.html.sax Initialize keepBlanks in HTML parser 2017-06-12 19:11:54 +02:00
reg3.html Keep non-significant blanks node in HTML parser 2012-09-07 19:32:12 +08:00
reg3.html.err Revamped HTML parsing, lots of bug fixes for HTML stuff, 1999-10-14 09:10:25 +00:00
reg3.html.sax Initialize keepBlanks in HTML parser 2017-06-12 19:11:54 +02:00
reg4.html Keep non-significant blanks node in HTML parser 2012-09-07 19:32:12 +08:00
reg4.html.err more code cleanup, especially around error messages, the HTML parser has 2003-10-05 13:51:35 +00:00
reg4.html.sax Initialize keepBlanks in HTML parser 2017-06-12 19:11:54 +02:00
repeat.html Keep non-significant blanks node in HTML parser 2012-09-07 19:32:12 +08:00
repeat.html.err applied patch from James Bursa fixing an html parsing bug in push mode 2005-07-03 23:00:18 +00:00
repeat.html.sax Initialize keepBlanks in HTML parser 2017-06-12 19:11:54 +02:00
script2.html Keep non-significant blanks node in HTML parser 2012-09-07 19:32:12 +08:00
script2.html.err applied UTF-8 script parsing bug #310229 fix from Jiri Netolicky added the 2005-07-13 16:37:38 +00:00
script2.html.sax Initialize keepBlanks in HTML parser 2017-06-12 19:11:54 +02:00
script.html Keep non-significant blanks node in HTML parser 2012-09-07 19:32:12 +08:00
script.html.err - HTMLparser.c HTMLtree.[ch] SAX.c testHTML.c tree.c: fixed HTML 2000-10-14 23:38:43 +00:00
script.html.sax Initialize keepBlanks in HTML parser 2017-06-12 19:11:54 +02:00
test2.html Keep non-significant blanks node in HTML parser 2012-09-07 19:32:12 +08:00
test2.html.err Revamped HTML parsing, lots of bug fixes for HTML stuff, 1999-10-14 09:10:25 +00:00
test2.html.sax Initialize keepBlanks in HTML parser 2017-06-12 19:11:54 +02:00
test3.html Keep non-significant blanks node in HTML parser 2012-09-07 19:32:12 +08:00
test3.html.err fixed to not send NULL to %s printing cleaning up some of the regression 2003-10-19 14:26:34 +00:00
test3.html.sax Initialize keepBlanks in HTML parser 2017-06-12 19:11:54 +02:00
utf8bug.html Keep non-significant blanks node in HTML parser 2012-09-07 19:32:12 +08:00
utf8bug.html.err fix an HTML parsing error on large data sections reported by Mike Day add 2008-09-25 16:06:18 +00:00
utf8bug.html.sax Initialize keepBlanks in HTML parser 2017-06-12 19:11:54 +02:00
wired.html Fix several quadratic runtime issues in HTML push parser 2020-07-23 20:47:35 +02:00
wired.html.err Fix several quadratic runtime issues in HTML push parser 2020-07-23 20:47:35 +02:00
wired.html.sax Fix several quadratic runtime issues in HTML push parser 2020-07-23 20:47:35 +02:00