mirror of
https://github.com/discourse/discourse.git
synced 2025-06-07 16:34:42 +08:00
FIX: the build.
This commit is contained in:
@ -293,7 +293,7 @@ test("Category hashtags", () => {
|
|||||||
var alwaysTrue = { categoryHashtagLookup: (function() { return ["category", "http://test.discourse.org/category-hashtag"]; }) };
|
var alwaysTrue = { categoryHashtagLookup: (function() { return ["category", "http://test.discourse.org/category-hashtag"]; }) };
|
||||||
|
|
||||||
cookedOptions("Check out #category-hashtag", alwaysTrue,
|
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");
|
"it translates category hashtag into links");
|
||||||
|
|
||||||
cooked("Check out #category-hashtag",
|
cooked("Check out #category-hashtag",
|
||||||
|
Reference in New Issue
Block a user