aboutsummaryrefslogtreecommitdiff
path: root/test/bookmarks.xbel
diff options
context:
space:
mode:
Diffstat (limited to 'test/bookmarks.xbel')
-rw-r--r--test/bookmarks.xbel13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/bookmarks.xbel b/test/bookmarks.xbel
new file mode 100644
index 0000000..487fc5b
--- /dev/null
+++ b/test/bookmarks.xbel
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE xbel>
+<xbel version="1.0">
+ <bookmark href="https://some.url">
+ <title>some website</title>
+ </bookmark>
+ <folder folded="no">
+ <title>a folder</title>
+ <bookmark href="https://another.website">
+ <title>another website</title>
+ </bookmark>
+ </folder>
+</xbel>