aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/utils
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2016-08-02 10:34:21 +0200
committerArthurHoaro <arthur@hoa.ro>2016-08-02 10:34:21 +0200
commit9866b40814a120f1a019f9f2c8ef66f44e1ddfcb (patch)
tree2ab5f36db51fb71188c4d978682027f8e1a7e707 /tests/utils
parent32d51093e32e9293e840fbda61cfcfed2d3bd4b6 (diff)
downloadShaarli-9866b40814a120f1a019f9f2c8ef66f44e1ddfcb.tar.gz
Shaarli-9866b40814a120f1a019f9f2c8ef66f44e1ddfcb.tar.zst
Shaarli-9866b40814a120f1a019f9f2c8ef66f44e1ddfcb.zip
Better whitespace handling in tags
Correct PR #573 to work properly with hidden tags, and add ReferenceLinkDB UT. Fixes #571 - Closes #573
Diffstat (limited to 'tests/utils')
-rw-r--r--tests/utils/ReferenceLinkDB.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/utils/ReferenceLinkDB.php b/tests/utils/ReferenceLinkDB.php
index fe16baac..fcc7a4f9 100644
--- a/tests/utils/ReferenceLinkDB.php
+++ b/tests/utils/ReferenceLinkDB.php
@@ -75,7 +75,7 @@ class ReferenceLinkDB
75 '', 75 '',
76 1, 76 1,
77 '20121206_182539', 77 '20121206_182539',
78 'dev cartoon' 78 'dev cartoon tag1 tag2 tag3 tag4 '
79 ); 79 );
80 } 80 }
81 81