Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Modify a test case with @mention preceded by &. #33

Merged
merged 1 commit into from Feb 7, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion autolink.yml
Expand Up @@ -642,7 +642,7 @@ tests:

- description: "Autolink all does not allow & without ?"
text: "Check out: http://example.com/test&@chasesechrist"
expected: "Check out: <a href=\"http://example.com/test\">http://example.com/test</a>&@<a class=\"tweet-url username\" href=\"https://twitter.com/chasesechrist\">chasesechrist</a>"
expected: "Check out: <a href=\"http://example.com/test\">http://example.com/test</a>&@chasesechrist"

- description: "Correctly handles URL follower directly by @user"
text: "See: http://example.com/@user"
Expand Down