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

Commit

Permalink
Fix typo in description for autolink test case
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Dodwell committed Oct 10, 2011
1 parent 90e5503 commit 8f61e55
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions autolink.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

tests:
usernames:
- description: "Autolink trailing username"
Expand Down Expand Up @@ -33,7 +32,7 @@ tests:
text: "あ@usernameの"
expected: "あ@<a class=\"tweet-url username\" href=\"http://twitter.com/username\">username</a>の"

- description: "Autolink usernamt in compressed RT"
- description: "Autolink username in compressed RT"
text: "RT@username: long Tweet is loooong"
expected: "RT@<a class=\"tweet-url username\" href=\"http://twitter.com/username\">username</a>: long Tweet is loooong"

Expand Down

0 comments on commit 8f61e55

Please sign in to comment.