mirror of
https://github.com/meineerde/redmine.git
synced 2026-02-03 23:53:23 +00: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:
parent
c20f1d0aaa
commit
8c91acdfea
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user