Increase coverage and prevent future regressions by adding a second description for a downstream maintainer element. See also: https://gitweb.gentoo.org/data/xml-schema.git/commit/?id=6070512ca
Signed-off-by: Göktürk Yüksek <[email protected]> --- xml-test/valid/metadata.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/xml-test/valid/metadata.xml b/xml-test/valid/metadata.xml index c33f7ac..c9d92a3 100644 --- a/xml-test/valid/metadata.xml +++ b/xml-test/valid/metadata.xml @@ -14,6 +14,7 @@ <email>[email protected]</email> <name>Upstream Developer</name> <description>Upstream developer, wishing to be CC-ed on bugs</description> + <description lang="tr">Ana geliştirici, hata raporlarında CC'ye ekle</description> </maintainer> <longdescription> First paragraph of extensive description. -- 2.7.3
