Fix test for dtext header IDs

This commit is contained in:
Type-kun
2016-09-10 10:41:27 +05:00
parent a21640429c
commit a7fee8815b

View File

@@ -77,7 +77,7 @@ class DTextTest < ActiveSupport::TestCase
end
def test_headers_with_ids
assert_equal("<h1 id=\"header-id\">header</h1>", p("h1#header-id. header"))
assert_equal("<h1 id=\"dtext-header-id\">header</h1>", p("h1#header-id. header"))
end
def test_quote_blocks