From 4663638ac491c70cd7055f27856b9f97281b6845 Mon Sep 17 00:00:00 2001 From: Göktürk Yüksek Date: Wed, 4 May 2016 01:57:19 -0400 Subject: xml-text/missing-doctype: test for missing DOCTYPE in metadata.xml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Göktürk Yüksek --- xml-test/missing-doctype/metadata.xml | 5 +++++ xml-test/missing-doctype/missing-doctype-0.1.ebuild | 10 ++++++++++ 2 files changed, 15 insertions(+) create mode 100644 xml-test/missing-doctype/metadata.xml create mode 100644 xml-test/missing-doctype/missing-doctype-0.1.ebuild 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 @@ + + + +Test for missing DOCTYPE + 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" -- cgit v1.2.3-65-gdbad