Actions
Patch #29440
closedFix typo in test name: s/highligth/highlight/
Description
Index: test/unit/lib/redmine/wiki_formatting/markdown_formatter_test.rb
===================================================================
--- test/unit/lib/redmine/wiki_formatting/markdown_formatter_test.rb (revision 17471)
+++ test/unit/lib/redmine/wiki_formatting/markdown_formatter_test.rb (working copy)
@@ -58,7 +58,7 @@
assert_include 'version:"1.0"', @formatter.new(text).to_html
end
- def test_should_support_syntax_highligth
+ def test_should_support_syntax_highlight
text = <<-STR
~~~ruby
def foo
Actions