Correct the hash tag test

This commit is contained in:
Craig Andrews 2009-08-25 16:06:04 -04:00
parent ff836eb38a
commit 8cd474e985
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ class HashTagDetectionTest extends PHPUnit_Framework_TestCase
array('hello',
'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>'),
);
}
}