FIX: the build.

This commit is contained in:
Guo Xiang Tan 2016-01-21 16:21:54 +08:00
parent a2857d68bb
commit 07b244741c

View file

@ -293,7 +293,7 @@ test("Category hashtags", () => {
var alwaysTrue = { categoryHashtagLookup: (function() { return ["category", "http://test.discourse.org/category-hashtag"]; }) };
cookedOptions("Check out #category-hashtag", alwaysTrue,
"<p>Check out <a class=\"hashtag\" href=\"http://test.discourse.org/category-hashtag\">#category-hashtag</a></p>",
"<p>Check out <a class=\"hashtag\" href=\"http://test.discourse.org/category-hashtag\">#<span>category-hashtag</span></a></p>",
"it translates category hashtag into links");
cooked("Check out #category-hashtag",