mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-10-05 13:19:21 +02:00
Fix a typo
This commit is contained in:
@@ -135,4 +135,5 @@ CLEANFILES = \
|
||||
|
||||
EXTRA_DIST += \
|
||||
4096-random-bytes \
|
||||
keyfiletest.ini
|
||||
keyfiletest.ini \
|
||||
bookmarks.xbel
|
||||
|
23
glib/tests/bookmarks.xbel
Normal file
23
glib/tests/bookmarks.xbel
Normal file
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE xbel PUBLIC
|
||||
"+//IDN python.org//DTD XML Bookmark Exchange Language 1.0//EN//XML"
|
||||
"http://www.python.org/topics/xml/dtds/xbel-1.0.dtd">
|
||||
<xbel version="1.0"
|
||||
xmlns:mime="http://www.freedesktop.org/standards/shared-mime-info"
|
||||
xmlns:bookmark="http://www.freedesktop.org/standards/desktop-bookmarks">
|
||||
<bookmark href="file:///home/ebassi/bookmark-spec/bookmark-spec.xml">
|
||||
<title>Desktop Bookmarks Spec</title>
|
||||
<info>
|
||||
<metadata owner="http://freedesktop.org">
|
||||
<mime:mime-type>text/xml</mime:mime-type>
|
||||
<bookmark:applications>
|
||||
<bookmark:application name="GEdit" count="2" exec="gedit %u" timestamp="1115726763"/>
|
||||
<bookmark:application name="GViM" count="7" exec="gvim %f" timestamp="1115726812"/>
|
||||
</bookmark:applications>
|
||||
<bookmark:groups>
|
||||
<bookmark:group>Editors</bookmark:group>
|
||||
</bookmark:groups>
|
||||
</metadata>
|
||||
</info>
|
||||
</bookmark>
|
||||
</xbel
|
Reference in New Issue
Block a user