summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2017-06-27 15:42:22 +0100
committerRichard Hughes <richard@hughsie.com>2017-06-27 15:42:22 +0100
commit5aacd135b45a3256200c4381ffff88a13c118ff1 (patch)
tree2c3b00dc7e0f18eac7e096ce3db795a01ae1671f /data
parente11abd151fd6c7931f96b42a43f9f2a979a51da5 (diff)
downloadappstream-glib-5aacd135b45a3256200c4381ffff88a13c118ff1.tar.gz
Validate the <id> format according to the spec
Diffstat (limited to 'data')
-rw-r--r--data/tests/broken.appdata.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/tests/broken.appdata.xml b/data/tests/broken.appdata.xml
index bc8f1b5..126d419 100644
--- a/data/tests/broken.appdata.xml
+++ b/data/tests/broken.appdata.xml
@@ -1,6 +1,6 @@
<!-- Author: 2013 Richard Hughes <richard@hughsie.com> -->
<application>
- <id type="unknown">gnome-power-statistics</id>
+ <id type="unknown">gnome-power-{statistics}</id>
<metadata_license>GPLv3+</metadata_license>
<metadata_license>BSD</metadata_license>
<project_license>CC1</project_license>