diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 13c071e7f..c5e6ad750 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -21,7 +21,6 @@ Layout/AlignArguments: - 'test/integration/api_test/wiki_pages_test.rb' - 'test/test_helper.rb' - 'test/unit/changeset_test.rb' - - 'test/unit/lib/redmine/wiki_formatting/html_parser_test.rb' - 'test/unit/lib/redmine/wiki_formatting/markdown_formatter_test.rb' - 'test/unit/lib/redmine/wiki_formatting/markdown_html_parser_test.rb' - 'test/unit/lib/redmine/wiki_formatting/textile_formatter_test.rb' diff --git a/test/unit/lib/redmine/wiki_formatting/html_parser_test.rb b/test/unit/lib/redmine/wiki_formatting/html_parser_test.rb index 3b243e747..72f3eac09 100644 --- a/test/unit/lib/redmine/wiki_formatting/html_parser_test.rb +++ b/test/unit/lib/redmine/wiki_formatting/html_parser_test.rb @@ -25,13 +25,17 @@ class Redmine::WikiFormatting::HtmlParserTest < ActiveSupport::TestCase end def test_convert_line_breaks - assert_equal "A html snippet with\na new line.", + assert_equal( + "A html snippet with\na new line.", @parser.to_text('
A html snippet with
a new line.