Add failing test cases

This commit is contained in:
Aidan Woods 2018-04-09 14:11:49 +01:00
parent 43d25a74fe
commit 9a021b2130
No known key found for this signature in database
GPG Key ID: 9A6A8EFAA512BBB9
4 changed files with 27 additions and 4 deletions

View File

@ -6,3 +6,8 @@ echo $message;</code></pre>
<pre><code>&gt; not a quote
- not a list item
[not a reference]: http://foo.com</code></pre>
<hr />
<pre><code>foo
bar</code></pre>

View File

@ -8,3 +8,10 @@
> not a quote
- not a list item
[not a reference]: http://foo.com
---
foo
bar

View File

@ -12,3 +12,7 @@ echo "Hello World";
<pre><code>the following isn't quite enough to close
```
still a fenced code block</code></pre>
<pre><code>foo
bar</code></pre>

View File

@ -29,3 +29,10 @@ the following isn't quite enough to close
```
still a fenced code block
````
```
foo
bar
```