Correct the hash tag test
This commit is contained in:
parent
ff836eb38a
commit
8cd474e985
|
@ -28,7 +28,7 @@ class HashTagDetectionTest extends PHPUnit_Framework_TestCase
|
||||||
array('hello',
|
array('hello',
|
||||||
'hello'),
|
'hello'),
|
||||||
array('#hello',
|
array('#hello',
|
||||||
'<a href="/tag/hello">hello</a>'),
|
'#<span class="tag"><a href="' . common_local_url('tag', array('tag' => common_canonical_tag('hello'))) . '" rel="tag">hello</a></span>'),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user