diff --git a/test/markdown_test.rb b/test/markdown_test.rb index 33f6aec7..ce19d4a9 100644 --- a/test/markdown_test.rb +++ b/test/markdown_test.rb @@ -150,8 +150,8 @@ def test_whitespace_after_urls end def test_auto_linked_email_utf8_issue - rd = render_with({ autolink: true }, "a@b.c」\nd@example.coü") - exp = %{
\n} + rd = render("a@b.c」\nd@example.coü", with: [:autolink]) + exp = %{} assert_equal exp, rd end