mirror of
https://github.com/redmine/redmine.git
synced 2026-01-25 16:59:59 +01:00
Fix typo in test name: s/highligth/highlight/ (#29440).
Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17477 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -58,7 +58,7 @@ class Redmine::WikiFormatting::MarkdownFormatterTest < ActionView::TestCase
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user