diff --git a/test/jay_flavored_markdown_test.rb b/test/jay_flavored_markdown_test.rb index 5a42261..f6e57bb 100644 --- a/test/jay_flavored_markdown_test.rb +++ b/test/jay_flavored_markdown_test.rb @@ -13,8 +13,8 @@ def test_that_it_should_get_nesting_of_unordered_list end #文字列の下行の '-' の入力が,2段階見出しの出力になる問題を検証するテスト - def test_that_it_should_get_hyphen_below_string - assert_equal JayFlavoredMarkdownToPlainTextConverter.new("aaa\n-").content, "aaa\n-" + def test_that_it_should_get_two_level_heading + assert_equal JayFlavoredMarkdownToPlainTextConverter.new("aaa\n-").content, "1.1 aaa" end #項番付きリストの下行の項番なしリストの入力が,項番付きリストの出力になる問題を検証するテスト