mirror of
https://github.com/redmine/redmine.git
synced 2026-07-09 07:32:46 +02:00
cleanup: rubocop: fix Layout/SpaceInsideBlockBraces in test/unit/lib/redmine/wiki_formatting/textile_formatter_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@19259 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -603,8 +603,8 @@ class Redmine::WikiFormatting::TextileFormatterTest < ActionView::TestCase
|
||||
|
||||
# TODO: Remove this test after migrating to RedCloth 4
|
||||
def test_should_not_crash_with_special_input
|
||||
assert_nothing_raised { to_html(" \f") }
|
||||
assert_nothing_raised { to_html(" \v") }
|
||||
assert_nothing_raised {to_html(" \f")}
|
||||
assert_nothing_raised {to_html(" \v")}
|
||||
end
|
||||
|
||||
def test_should_not_handle_as_preformatted_text_tags_that_starts_with_pre
|
||||
|
||||
Reference in New Issue
Block a user