From c5aab778cca9b8c579f4241ed76c5dfeac4c8553 Mon Sep 17 00:00:00 2001 From: Andrew Sidwell Date: Thu, 3 Jul 2008 16:57:23 +0000 Subject: Add tree construction tests in anticipation of a test harness. svn path=/trunk/hubbub/; revision=4504 --- test/data/tree-construction/tests9.dat | 430 +++++++++++++++++++++++++++++++++ 1 file changed, 430 insertions(+) create mode 100644 test/data/tree-construction/tests9.dat (limited to 'test/data/tree-construction/tests9.dat') diff --git a/test/data/tree-construction/tests9.dat b/test/data/tree-construction/tests9.dat new file mode 100644 index 0000000..de621b4 --- /dev/null +++ b/test/data/tree-construction/tests9.dat @@ -0,0 +1,430 @@ +#data + +#errors +#document +| +| +| +| +| + +#data + +#errors +#document +| +| +| +| +| + +#data + +#errors +35: Stray “math” start tag. +42: Stray end tag “math” +#document +| +| +| +| +| +#errors +43: Stray “math” start tag. +50: Stray end tag “math” +#document +| +| +| +| +| foobar

baz

quux +#errors +50: Stray “math” start tag. +54: Stray “mi” start tag. +62: Stray end tag “mi” +66: Stray “mi” start tag. +74: Stray end tag “mi” +77: Stray “p” start tag. +88: “table” end tag with “select” open. +#document +| +| +| +| +| +| +| +|
+|

quux +#errors +36: Start tag “select” seen in “table”. +42: Stray “math” start tag. +46: Stray “mi” start tag. +54: Stray end tag “mi” +58: Stray “mi” start tag. +66: Stray end tag “mi” +69: Stray “p” start tag. +80: “table” end tag with “select” open. +#document +| +| +| +| +| +|

+| "quux" + +#data +foobar

baz +#errors +41: Stray “math” start tag. +68: HTML start tag “p” in a foreign namespace context. +#document +| +| +| +| +| +| +| "foo" +| +| "bar" +|

+| "baz" + +#data +foobar

baz +#errors +34: Stray “math” start tag. +61: HTML start tag “p” in a foreign namespace context. +#document +| +| +| +| +| +| +| "foo" +| +| "bar" +|

+| "baz" + +#data +

+#errors +31: Stray “math” start tag. +35: Stray “mi” start tag. +40: Stray end tag “mi” +44: Stray “mi” start tag. +49: Stray end tag “mi” +52: Stray “p” start tag. +58: Stray “span” start tag. +58: End of file seen and there were open elements. +#document +| +| +| +| + +#data +

+#errors +42: Stray “math” start tag. +46: Stray “mi” start tag. +51: Stray end tag “mi” +55: Stray “mi” start tag. +60: Stray end tag “mi” +63: Stray “p” start tag. +69: Stray “span” start tag. +#document +| +| +| +| + +#data + +#errors +#document +| +| +| +| +| xlink:href="foo" +| +| xlink href="foo" + +#data + +#errors +#document +| +| +| +| +| xlink:href="foo" +| xml:lang="en" +| +| +| xlink href="foo" +| xml lang="en" + +#data + +#errors +#document +| +| +| +| +| xlink:href="foo" +| xml:lang="en" +| +| +| xlink href="foo" +| xml lang="en" + +#data +bar +#errors +#document +| +| +| +| +| xlink:href="foo" +| xml:lang="en" +| +| +| xlink href="foo" +| xml lang="en" +| "bar" -- cgit v1.2.3