Skip to content

Commit

Permalink
squash! more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Trott committed Jun 27, 2018
1 parent 8414622 commit 83a8835
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions test/specs/marked/marked.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@
"html": "<p>(See <a href=\"https://www.example.com/fhqwhgads\">https://www.example.com/fhqwhgads</a>.)</p>",
"example": 10
},
{
"section": "Autolinks",
"markdown": "((http://foo.com))",
"html": "<p>((<a href=\"http://foo.com\">http://foo.com</a>))</p>",
"example": 11
},
{
"section": "Autolinks",
"markdown": "((http://foo.com.))",
"html": "<p>((<a href=\"http://foo.com\">http://foo.com</a>.))</p>",
"example": 12
},
{
"section": "Code spans",
"markdown": "`someone@example.com`",
Expand Down

0 comments on commit 83a8835

Please sign in to comment.