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

Commit

Permalink
add test case for i18n URL
Browse files Browse the repository at this point in the history
  • Loading branch information
psychs committed Aug 16, 2012
1 parent a405a8d commit 3503026
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions extract.yml
Expand Up @@ -556,6 +556,12 @@ tests:
- url: "http://t.co"
indices: [12, 23]

- description: "Extract I18N URL"
text: "test http://xn--ls8h.XN--ls8h.la/"
expected:
- url: "http://xn--ls8h.XN--ls8h.la/"
indices: [5, 33]

hashtags:
- description: "Extract an all-alpha hashtag"
text: "a #hashtag here"
Expand Down

0 comments on commit 3503026

Please sign in to comment.