Skip to content
Extraits de code Groupes Projets
Valider 7e7082a3 rédigé par Jonne Haß's avatar Jonne Haß
Parcourir les fichiers

Fix expectations for changes in generated HTML

Just a minor change, supplied attributes now go before the
standard ones
parent dc124790
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -50,7 +50,7 @@ module Diaspora
url_bit = '<3'
end
%{#{pre}<a href="/tags/#{url_bit}" class="tag">#{clickable}</a>}
%{#{pre}<a class="tag" href="/tags/#{url_bit}">#{clickable}</a>}
}.html_safe
end
end
......
......@@ -48,7 +48,7 @@ STR
fmt_msg = Diaspora::Mentionable.format(@status_msg.raw_message, @people)
fmt_msg.should_not include(p.first_name)
fmt_msg.should include("&gt;", "&lt;", "&#x27;") # ">", "<", "'"
fmt_msg.should include("&gt;", "&lt;", "&#39;") # ">", "<", "'"
end
end
......
......@@ -52,9 +52,9 @@ shared_examples_for "it is taggable" do
'#12345 tag' => "#{tag_link('12345')} tag",
'#12cde tag' => "#{tag_link('12cde')} tag",
'#abc45 tag' => "#{tag_link('abc45')} tag",
'#<3' => %{<a href="/tags/<3" class="tag">#&lt;3</a>},
'i #<3' => %{i <a href="/tags/<3" class="tag">#&lt;3</a>},
'i #<3 you' => %{i <a href="/tags/<3" class="tag">#&lt;3</a> you},
'#<3' => %{<a class="tag" href="/tags/<3">#&lt;3</a>},
'i #<3' => %{i <a class="tag" href="/tags/<3">#&lt;3</a>},
'i #<3 you' => %{i <a class="tag" href="/tags/<3">#&lt;3</a> you},
'#<4' => '#&lt;4',
'test#foo test' => 'test#foo test',
'test.#joo bar' => 'test.#joo bar',
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter