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

Commit

Permalink
Correct conformance data per : http://github.com/mzsanford/twitter-te…
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Sanford committed Aug 5, 2010
1 parent 5b38e8a commit a0cfb0b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion extract.yml
Expand Up @@ -151,8 +151,12 @@ tests:
text: "text http://x.com/oneletterdomain"
expected: ["http://x.com/oneletterdomain"]

- description: "DO NOT extract invalid URL: http://domain-begin_dash_2314352345_dfasd.foo-cow_4352.com"
text: "text http://domain-dash_2314352345_dfasd.foo-cow_4352.com"
expected: []

- description: "DO NOT extract invalid URL: http://-begin_dash_2314352345_dfasd.foo-cow_4352.com"
text: "text http://doman-dash_2314352345_dfasd.foo-cow_4352.com"
text: "text http://-dash_2314352345_dfasd.foo-cow_4352.com"
expected: []

- description: "DO NOT extract invalid URL: http://no-tld"
Expand Down

0 comments on commit a0cfb0b

Please sign in to comment.