From 5c477deb0ad3e05dfac2336c311f6333e2ac7bb0 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Wed, 5 Mar 2008 14:32:37 +0000 Subject: Add testcase of page with initial close tag Fix capitalisation in documentation svn path=/trunk/hubbub/; revision=3883 --- docs/Architecture | 2 +- test/data/html/INDEX | 1 + test/data/html/initial-close-tag.html | 11 +++++++++++ 3 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 test/data/html/initial-close-tag.html diff --git a/docs/Architecture b/docs/Architecture index 73966eb..8fbfc72 100644 --- a/docs/Architecture +++ b/docs/Architecture @@ -29,7 +29,7 @@ Overview The input stream veneer provides an abstract stream-like interface over the document buffer. This is used by the tokeniser. The document buffer - will be encoded in either UTf-8 or UTF-16 (this is client-selectable). + will be encoded in either UTF-8 or UTF-16 (this is client-selectable). Tokeniser --------- diff --git a/test/data/html/INDEX b/test/data/html/INDEX index df4a27c..043950b 100644 --- a/test/data/html/INDEX +++ b/test/data/html/INDEX @@ -4,3 +4,4 @@ section-tree-construction.html HTML5 tree construction algorithm #web-apps.html HTML5 specification +initial-close-tag.html Page with initial diff --git a/test/data/html/initial-close-tag.html b/test/data/html/initial-close-tag.html new file mode 100644 index 0000000..7079982 --- /dev/null +++ b/test/data/html/initial-close-tag.html @@ -0,0 +1,11 @@ + + + + +A title + + +Some text. + + + -- cgit v1.2.3