Skip to content

Commit

Permalink
test that loops infinitely (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
kivikakk committed Apr 23, 2019
1 parent d1e3ef4 commit b43a501
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/autolink_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -438,4 +438,8 @@ def test_underscore_in_domain
def test_underscore_in_subdomain
assert_linked "<a href=\"http://foo_bar.xyz.com\">http://foo_bar.xyz.com</a>", "http://foo_bar.xyz.com"
end

def test_regression_84
assert_linked "<a href=\"https://www.keepright.atの情報をもとにエラー修正\">https://www.keepright.atの情報をもとにエラー修正</a>", "https://www.keepright.atの情報をもとにエラー修正"
end
end

0 comments on commit b43a501

Please sign in to comment.