1
0
mirror of https://github.com/erusev/parsedown.git synced 2023-08-10 21:13:06 +03:00

improve tests

This commit is contained in:
Emanuil Rusev
2013-11-10 10:44:52 +02:00
parent 8e6f4cf7b8
commit a37f5ff31e
60 changed files with 222 additions and 382 deletions

View File

@@ -1,19 +1,15 @@
AT&T has an ampersand in their name.
AT&T is another way to write it.
AT&T is another way to write it.
This & that.
4 < 5 and 6 > 5.
Here's a [link] [1] with an ampersand in the URL.
Here's an autolink <http://example.com/autolink?a=1&b=2>
Here's an inline [link](/script?foo=1&bar=2).
Here's an inline [link](/script?a=1&b=2).
[1]: http://example.com/?foo=1&bar=2
Here's a reference [link] [1] with an ampersand in the URL.
<http://example.com/autolink?a=1&b=2>
---
Based on [the original](http://daringfireball.net/projects/downloads/MarkdownTest_1.0.zip) test suite.
[1]: http://example.com/?a=1&b=2