Skip to content

Commit

Permalink
test: confirm that unknown lexers emit code blocks (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
miketheman committed Aug 21, 2022
1 parent f62ff90 commit 4ec558c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/fixtures/test_rst_008.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@
<span class="nb">echo</span> <span class="s2">&quot;OK&quot;</span>
<span class="k">fi</span></code></pre>
<p>or click <a href="http://www.surveymonkey.com" rel="nofollow">SurveyMonkey</a></p>
<pre><code>An unknown code fence block</code></pre>
5 changes: 5 additions & 0 deletions tests/fixtures/test_rst_008.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,8 @@ and then here is some bash:
fi
or click `SurveyMonkey <http://www.surveymonkey.com>`_


.. code-block:: abc
An unknown code fence block

0 comments on commit 4ec558c

Please sign in to comment.