diff options
author | Go MAEDA <maeda@farend.jp> | 2018-08-26 11:37:13 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2018-08-26 11:37:13 +0000 |
commit | 2cffbf1d45e0ccabc338adb583284dfe437b9b22 (patch) | |
tree | 49752e5276757ea2c7d7de68b9366e4cb54bd994 /test/unit/lib | |
parent | 9709f8f364e1d05003b3016937ba3590db1dcdb5 (diff) | |
download | redmine-2cffbf1d45e0ccabc338adb583284dfe437b9b22.tar.gz redmine-2cffbf1d45e0ccabc338adb583284dfe437b9b22.zip |
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
Diffstat (limited to 'test/unit/lib')
-rw-r--r-- | test/unit/lib/redmine/wiki_formatting/markdown_formatter_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/lib/redmine/wiki_formatting/markdown_formatter_test.rb b/test/unit/lib/redmine/wiki_formatting/markdown_formatter_test.rb index 54c484567..07d17efa7 100644 --- a/test/unit/lib/redmine/wiki_formatting/markdown_formatter_test.rb +++ b/test/unit/lib/redmine/wiki_formatting/markdown_formatter_test.rb @@ -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 |