Minor Cleanups
Remove a no-longer-needed function. ' -> &39; Fix regexp for tag chunk.
This commit is contained in:
parent
f6508de6dd
commit
ca1e8de89c
6 changed files with 6 additions and 14 deletions
|
@ -356,7 +356,7 @@ class PageRendererTest < Test::Unit::TestCase
|
|||
|
||||
def test_difficult_wiki_words
|
||||
@revision.content = "[[It's just awesome GUI!]]"
|
||||
assert_equal "<p><span class='newWikiWord'>It's just awesome GUI!" +
|
||||
assert_equal "<p><span class='newWikiWord'>It's just awesome GUI!" +
|
||||
"<a href='../show/It%27s+just+awesome+GUI%21'>?</a></span></p>",
|
||||
test_renderer(@revision).display_content
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue