Skip to content

Commit 6e9e25f

Browse files
committed
Add test for new warning message
1 parent 3b07626 commit 6e9e25f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

tests/md2html/fixtures/basic-new.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
</code></pre>
2727
<pre class="nohighlight" tabindex="0"><code>no language
2828
</code></pre>
29+
<pre class="nohighlight" tabindex="0"><code>unknown language
30+
</code></pre>
2931
</section></section><section class="appendix"><h1>Appendix A: Revision History</h1>
3032
<table>
3133
<thead>

tests/md2html/fixtures/basic-new.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ text/plain
5050
no language
5151
```
5252

53+
```unknown
54+
unknown language
55+
```
56+
5357
## Appendix A: Revision History
5458

5559
Version | Date

0 commit comments

Comments
 (0)