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

Commit

Permalink
Merge remote-tracking branch 'keitaf/prep_v1.4.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Sanford committed Jun 22, 2011
2 parents 3f2e3ac + 0297113 commit c0c1114
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion autolink.yml
Expand Up @@ -157,7 +157,7 @@ tests:

- description: "Autolink hashtag followed by Japanese"
text: "text #hashtagの"
expected: "text <a href=\"http://twitter.com/search?q=%23hashtag\" title=\"#hashtag\" class=\"tweet-url hashtag\">#hashtag</a>"
expected: "text <a href=\"http://twitter.com/search?q=%23hashtagの\" title=\"#hashtagの\" class=\"tweet-url hashtag\">#hashtagの</a>"

- description: "Autolink hashtag preceded by full-width space (U+3000)"
text: "text #hashtag"
Expand Down
4 changes: 2 additions & 2 deletions extract.yml
Expand Up @@ -422,8 +422,8 @@ tests:
indices: [7, 15]

- description: "Extract a hastag in a string of multi-byte characters"
text: "会議中#hashtag会議中"
text: "会議中 #hashtag 会議中"
expected:
- hashtag: "hashtag"
indices: [3, 11]
indices: [4, 12]

0 comments on commit c0c1114

Please sign in to comment.