aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xml-test/missing-doctype/metadata.xml5
-rw-r--r--xml-test/missing-doctype/missing-doctype-0.1.ebuild10
2 files changed, 15 insertions, 0 deletions
diff --git a/xml-test/missing-doctype/metadata.xml b/xml-test/missing-doctype/metadata.xml
new file mode 100644
index 0000000..f70816e
--- /dev/null
+++ b/xml-test/missing-doctype/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -->
+<pkgmetadata>
+<longdescription>Test for missing DOCTYPE</longdescription>
+</pkgmetadata>
diff --git a/xml-test/missing-doctype/missing-doctype-0.1.ebuild b/xml-test/missing-doctype/missing-doctype-0.1.ebuild
new file mode 100644
index 0000000..eea16bc
--- /dev/null
+++ b/xml-test/missing-doctype/missing-doctype-0.1.ebuild
@@ -0,0 +1,10 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Metadata with missing DOCTYPE"
+LICENSE="HPND"
+SLOT="0"
+KEYWORDS="~amd64"