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

Commit

Permalink
Merge pull request #48 from twitter/rtl_hashtag_fix
Browse files Browse the repository at this point in the history
Updated conformance test to work with new RTL hashtag class
  • Loading branch information
jakl committed Oct 30, 2012
2 parents a405a8d + 0133746 commit 3d48ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autolink.yml
Expand Up @@ -381,7 +381,7 @@ tests:

- description: "Autolink Arabic hashtag"
text: "Arabic hashtag: #فارسی #لس_آنجلس"
expected: "Arabic hashtag: <a href=\"https://twitter.com/#!/search?q=%23فارسی\" title=\"#فارسی\" class=\"tweet-url hashtag\">#فارسی</a> <a href=\"https://twitter.com/#!/search?q=%23لس_آنجلس\" title=\"#لس_آنجلس\" class=\"tweet-url hashtag\">#لس_آنجلس</a>"
expected: "Arabic hashtag: <a href=\"https://twitter.com/#!/search?q=%23فارسی\" title=\"#فارسی\" class=\"tweet-url hashtag rtl\">#فارسی</a> <a href=\"https://twitter.com/#!/search?q=%23لس_آنجلس\" title=\"#لس_آنجلس\" class=\"tweet-url hashtag rtl\">#لس_آنجلس</a>"

- description: "Autolink Thai hashtag"
text: "Thai hashtag: #รายละเอียด"
Expand Down

0 comments on commit 3d48ff0

Please sign in to comment.