tests for non-terminated code blocks

This commit is contained in:
Michael Billington
2017-06-04 15:39:11 +10:00
parent b06b4b712d
commit c46b04223f
2 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Bad plain code block
This code block is not properly closed, and should fail
```
aaaa

View File

@@ -0,0 +1,8 @@
# Good plain code block
This code block has no language tagged will not be checked.
```
aaaa
```