diff --git a/test/test_markup.rb b/test/test_markup.rb index 2ad76088..988a34d4 100644 --- a/test/test_markup.rb +++ b/test/test_markup.rb @@ -476,8 +476,8 @@ context "Markup" do test "id prefix added" do content = "h2(#foo). xxxx[1]\n\nfn1.footnote" output = "
1 footnote
" + "1" + + "\n1 footnote
" compare(content, output, :textile) end