From 9ccca40189652e529732683abcdf54fcf775c9ec Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Tue, 10 May 2016 23:18:04 +0200 Subject: Hashtag system * Hashtag are auto-linked with a filter search * Supports unicode * Compatible with markdown (excluded in code blocks) --- tests/utils/ReferenceLinkDB.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'tests/utils') diff --git a/tests/utils/ReferenceLinkDB.php b/tests/utils/ReferenceLinkDB.php index 46165b4d..fe16baac 100644 --- a/tests/utils/ReferenceLinkDB.php +++ b/tests/utils/ReferenceLinkDB.php @@ -18,7 +18,7 @@ class ReferenceLinkDB $this->addLink( 'Link title: @website', '?WDWyig', - 'Stallman has a beard and is part of the Free Software Foundation (or not). Seriously, read this.', + 'Stallman has a beard and is part of the Free Software Foundation (or not). Seriously, read this. #hashtag', 0, '20150310_114651', 'sTuff' @@ -27,25 +27,25 @@ class ReferenceLinkDB $this->addLink( 'Free as in Freedom 2.0 @website', 'https://static.fsf.org/nosvn/faif-2.0.pdf', - 'Richard Stallman and the Free Software Revolution. Read this.', + 'Richard Stallman and the Free Software Revolution. Read this. #hashtag', 0, '20150310_114633', - 'free gnu software stallman -exclude stuff' + 'free gnu software stallman -exclude stuff hashtag' ); $this->addLink( 'MediaGoblin', 'http://mediagoblin.org/', - 'A free software media publishing platform', + 'A free software media publishing platform #hashtagOther', 0, '20130614_184135', - 'gnu media web .hidden' + 'gnu media web .hidden hashtag' ); $this->addLink( 'w3c-markup-validator', 'https://dvcs.w3.org/hg/markup-validator/summary', - 'Mercurial repository for the W3C Validator', + 'Mercurial repository for the W3C Validator #private', 1, '20141125_084734', 'css html w3c web Mercurial' @@ -54,7 +54,7 @@ class ReferenceLinkDB $this->addLink( 'UserFriendly - Web Designer', 'http://ars.userfriendly.org/cartoons/?id=20121206', - 'Naming conventions...', + 'Naming conventions... #private', 0, '20121206_142300', 'dev cartoon web' -- cgit v1.2.3