diff options
author | ArthurHoaro <arthur@hoa.ro> | 2018-02-23 20:34:06 +0100 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2018-02-23 20:34:06 +0100 |
commit | 3ff1ce47bc9e512ae67b009296c8ac7a6654c9ad (patch) | |
tree | ee6f46f786513fbec800fb2fac02ff8776c410b9 /tests/NetscapeBookmarkUtils/input | |
parent | b9c6589363f3a9b86fd64a96dfbafcdeb9f42c77 (diff) | |
download | Shaarli-3ff1ce47bc9e512ae67b009296c8ac7a6654c9ad.tar.gz Shaarli-3ff1ce47bc9e512ae67b009296c8ac7a6654c9ad.tar.zst Shaarli-3ff1ce47bc9e512ae67b009296c8ac7a6654c9ad.zip |
Ignore the case while checking DOCTYPE during the file import
Fixes #1091
Diffstat (limited to 'tests/NetscapeBookmarkUtils/input')
-rw-r--r-- | tests/NetscapeBookmarkUtils/input/lowercase_doctype.htm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/NetscapeBookmarkUtils/input/lowercase_doctype.htm b/tests/NetscapeBookmarkUtils/input/lowercase_doctype.htm new file mode 100644 index 00000000..8911ad19 --- /dev/null +++ b/tests/NetscapeBookmarkUtils/input/lowercase_doctype.htm | |||
@@ -0,0 +1,8 @@ | |||
1 | <!DOCTYPE netscape-bookmark-file-1> | ||
2 | <TITLE>Bookmarks</TITLE> | ||
3 | <H1>Bookmarks</H1> | ||
4 | <DL><p> | ||
5 | <DT><A HREF="https://private.tld" ADD_DATE="10/Oct/2000:13:55:36 +0300" PRIVATE="1" TAGS="private secret">Secret stuff</A> | ||
6 | <DD>Super-secret stuff you're not supposed to know about | ||
7 | <DT><A HREF="http://public.tld" ADD_DATE="1456433748" PRIVATE="0" TAGS="public hello world">Public stuff</A> | ||
8 | </DL><p> | ||