diff options
author | Arthur <arthur@hoa.ro> | 2016-08-10 12:10:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-10 12:10:41 +0200 |
commit | e0dd77c37e433d71462f87c8e8c75196aa958940 (patch) | |
tree | 4a13ddf32779cb8f02600d7cc20d23f692c9068c /tests/NetscapeBookmarkUtils/input/netscape_basic.htm | |
parent | 085157c5cb6bd0df928c7875fb7997683418f1fb (diff) | |
parent | a973afeac7b7399d35b881920f0afc1947765ccd (diff) | |
download | Shaarli-e0dd77c37e433d71462f87c8e8c75196aa958940.tar.gz Shaarli-e0dd77c37e433d71462f87c8e8c75196aa958940.tar.zst Shaarli-e0dd77c37e433d71462f87c8e8c75196aa958940.zip |
Merge pull request #612 from virtualtam/refactor/bookmark-parser
Refactor bookmark import using a generic Netscape parser
Diffstat (limited to 'tests/NetscapeBookmarkUtils/input/netscape_basic.htm')
-rw-r--r-- | tests/NetscapeBookmarkUtils/input/netscape_basic.htm | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/NetscapeBookmarkUtils/input/netscape_basic.htm b/tests/NetscapeBookmarkUtils/input/netscape_basic.htm new file mode 100644 index 00000000..affe0cf8 --- /dev/null +++ b/tests/NetscapeBookmarkUtils/input/netscape_basic.htm | |||
@@ -0,0 +1,11 @@ | |||
1 | <!DOCTYPE NETSCAPE-Bookmark-file-1> | ||
2 | <!-- This is an automatically generated file. | ||
3 | It will be read and overwritten. | ||
4 | Do Not Edit! --> | ||
5 | <TITLE>Bookmarks</TITLE> | ||
6 | <H1>Bookmarks</H1> | ||
7 | <DL><p> | ||
8 | <DT><A HREF="https://private.tld" ADD_DATE="10/Oct/2000:13:55:36 +0300" PRIVATE="1" TAGS="private secret">Secret stuff</A> | ||
9 | <DD>Super-secret stuff you're not supposed to know about | ||
10 | <DT><A HREF="http://public.tld" ADD_DATE="1456433748" PRIVATE="0" TAGS="public hello world">Public stuff</A> | ||
11 | </DL><p> | ||