summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Sidwell <andy@entai.co.uk>2008-07-11 14:13:20 +0000
committerAndrew Sidwell <andy@entai.co.uk>2008-07-11 14:13:20 +0000
commit022cca7bf5e0e21b247aaf27e6894df75b41a89f (patch)
treeea625b962192b13f98c7f45693afa34f2fb76fd1
parent44910cc26b1aa4bec474e798b236c271ddc58b1f (diff)
downloadlibhubbub-022cca7bf5e0e21b247aaf27e6894df75b41a89f.tar.gz
libhubbub-022cca7bf5e0e21b247aaf27e6894df75b41a89f.tar.bz2
- Fix html5lib test. (also committed upstream)
- Process XMP properly. svn path=/trunk/hubbub/; revision=4595
-rw-r--r--src/treebuilder/treebuilder.c1
-rw-r--r--test/data/tree-construction/tests6.dat1
2 files changed, 1 insertions, 1 deletions
diff --git a/src/treebuilder/treebuilder.c b/src/treebuilder/treebuilder.c
index f330341..641d748 100644
--- a/src/treebuilder/treebuilder.c
+++ b/src/treebuilder/treebuilder.c
@@ -63,6 +63,7 @@ static const struct {
{ "SMALL", SMALL }, { "STRIKE", STRIKE },
{ "STRONG", STRONG }, { "TT", TT },
{ "U", U },
+ { "XMP", XMP },
};
diff --git a/test/data/tree-construction/tests6.dat b/test/data/tree-construction/tests6.dat
index 6e9cf99..495b570 100644
--- a/test/data/tree-construction/tests6.dat
+++ b/test/data/tree-construction/tests6.dat
@@ -18,7 +18,6 @@ Line: 1 Col: 29 Unexpected start tag head. Ignored.
| <!DOCTYPE html>
| <html>
| <head>
-| " "
| <body>
#data