diff options
| author | Hugh Davenport <hugh@davenport.net.nz> | 2016-05-04 11:23:49 +0800 |
|---|---|---|
| committer | Daniel Veillard <veillard@redhat.com> | 2016-05-23 15:01:07 +0800 |
| commit | beca86e8c86984b967a6efa05a9653470253edda (patch) | |
| tree | 3d7387ec911cb08dfb2ff179d1a286a801c76344 /result/HTML/758605.html.err | |
| parent | b1d34de46a11323fccffa9fadeb33be670d602f5 (diff) | |
| download | platform_external_libxml2-beca86e8c86984b967a6efa05a9653470253edda.tar.gz platform_external_libxml2-beca86e8c86984b967a6efa05a9653470253edda.tar.bz2 platform_external_libxml2-beca86e8c86984b967a6efa05a9653470253edda.zip | |
Detect change of encoding when parsing HTML names
From https://bugzilla.gnome.org/show_bug.cgi?id=758518
Happens when a file has a name getting parsed, but no valid encoding
set, so libxml has to guess what the encoding is. This patch detects
when the buffer location changes, and if it does, restarts the parsing
of the name.
This slightly change a couple of regression tests output
Diffstat (limited to 'result/HTML/758605.html.err')
| -rw-r--r-- | result/HTML/758605.html.err | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/result/HTML/758605.html.err b/result/HTML/758605.html.err index 2b82be66..2086f964 100644 --- a/result/HTML/758605.html.err +++ b/result/HTML/758605.html.err @@ -1,3 +1,3 @@ -./test/HTML/758605.html:1: HTML parser error : htmlParseEntityRef: no name +./test/HTML/758605.html:1: HTML parser error : htmlParseEntityRef: expecting ';' ê ^ |
