From: Craig Andrews Date: Tue, 25 Aug 2009 20:06:04 +0000 (-0400) Subject: Correct the hash tag test X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8cd474e985fcce754f435b8b8fa84c33a9d623e7;p=quix0rs-gnu-social.git Correct the hash tag test --- diff --git a/tests/HashTagDetectionTest.php b/tests/HashTagDetectionTest.php index 71137b0b54..55e1f65bf9 100644 --- a/tests/HashTagDetectionTest.php +++ b/tests/HashTagDetectionTest.php @@ -28,7 +28,7 @@ class HashTagDetectionTest extends PHPUnit_Framework_TestCase array('hello', 'hello'), array('#hello', - 'hello'), + '#'), ); } }