]> git.sesse.net Git - xml-template/blobdiff - tests/reference/attribute-empty.xml
Add a new "attribute-empty" test.
[xml-template] / tests / reference / attribute-empty.xml
diff --git a/tests/reference/attribute-empty.xml b/tests/reference/attribute-empty.xml
new file mode 100644 (file)
index 0000000..657095a
--- /dev/null
@@ -0,0 +1,11 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head>
+    <title>Cloning test</title>
+  </head>
+  <body>
+     <p>My favourite color is blue; I like that very much.
+       All my favourite things:</p>
+    <ul/>
+  </body>
+</html>