diff options
author | Göktürk Yüksek <gokturk@binghamton.edu> | 2016-05-07 17:22:38 -0400 |
---|---|---|
committer | Brian Dolbec <dolsen@gentoo.org> | 2016-05-07 19:06:37 -0700 |
commit | 1e7a7488efa19a02dd6fec35e7f79f5b2cbf8c89 (patch) | |
tree | 0efc2e1c4c386495c0dabafe5c0b16b2501d6b48 | |
parent | xml-test/missing-elements: test for missing mandatory elements (diff) | |
download | gen-b0rk-1e7a7488efa19a02dd6fec35e7f79f5b2cbf8c89.tar.gz gen-b0rk-1e7a7488efa19a02dd6fec35e7f79f5b2cbf8c89.tar.bz2 gen-b0rk-1e7a7488efa19a02dd6fec35e7f79f5b2cbf8c89.zip |
xml-text/valid: add a second description to downstream maintainer
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 <gokturk@binghamton.edu>
-rw-r--r-- | xml-test/valid/metadata.xml | 1 |
1 files changed, 1 insertions, 0 deletions
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>upstream@example.com</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. |