diff options
Diffstat (limited to 'tests/units/HelperTest.php')
-rw-r--r-- | tests/units/HelperTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/units/HelperTest.php b/tests/units/HelperTest.php index 72f84a24..2ae75684 100644 --- a/tests/units/HelperTest.php +++ b/tests/units/HelperTest.php @@ -13,7 +13,7 @@ class HelperTest extends Base $this->assertEquals('<p>Test</p>', $h->markdown('Test')); $this->assertEquals( - '<p>Task <a href="?controller=task&action=show&task_id=123" class="" title="" >#123</a></p>', + '<p>Task #123</p>', $h->markdown('Task #123') ); |