From ee74f9b588028466a1cb70e53b6f4e0185efb023 Mon Sep 17 00:00:00 2001 From: Marius Balteanu Date: Mon, 28 Nov 2022 22:36:09 +0000 Subject: [PATCH] Merge r21915 to 4.2-stable (#37751). git-svn-id: https://svn.redmine.org/redmine/branches/4.2-stable@21964 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- .../redmine/wiki_formatting/textile_formatter_test.rb | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/test/unit/lib/redmine/wiki_formatting/textile_formatter_test.rb b/test/unit/lib/redmine/wiki_formatting/textile_formatter_test.rb index 2cf06680e..b7d3d2fa9 100644 --- a/test/unit/lib/redmine/wiki_formatting/textile_formatter_test.rb +++ b/test/unit/lib/redmine/wiki_formatting/textile_formatter_test.rb @@ -715,10 +715,11 @@ class Redmine::WikiFormatting::TextileFormatterTest < ActionView::TestCase end def test_should_escape_bq_citations - assert_html_output({ - %{bq.:http://x/"onmouseover="alert(document.domain) Hover me} => - %{
\n\t\t

Hover me

\n\t
} - }, false) + assert_html_output( + { + %{bq.:http://x/"onmouseover="alert(document.domain) Hover me} => + %{
\n\t\t

Hover me

\n\t
} + }, false) end private -- 2.39.5