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

Commit

Permalink
Remove conformance spec prohibiting URLs preceded by a colon
Browse files Browse the repository at this point in the history
  • Loading branch information
hoverbird committed Feb 3, 2010
1 parent 8e20dfb commit 85bb047
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions autolink.yml
Expand Up @@ -147,7 +147,7 @@ tests:
text: "text (http://example.com)"
expected: "text (<a href=\"http://example.com\">http://example.com</a>)"

- description : "Autolink url containing unicode characters"
- description: "Autolink url containing unicode characters"
text: "I enjoy Macintosh Brand computers: http://✪df.ws/ejp"
expected: "I enjoy Macintosh Brand computers: <a href=\"http://✪df.ws/ejp\">http://✪df.ws/ejp</a>"

Expand Down Expand Up @@ -207,10 +207,6 @@ tests:
text: "text /http://example.com"
expected: "text /http://example.com"

- description: "DO NOT Autolink url preceded by :"
text: "text :http://example.com"
expected: "text :http://example.com"

- description: "DO NOT Autolink url preceded by !"
text: "text !http://example.com"
expected: "text !http://example.com"
Expand Down

0 comments on commit 85bb047

Please sign in to comment.