Skip to content
This repository was archived by the owner on Apr 22, 2020. It is now read-only.

Commit c696077

Browse files
author
mikesamuel@gmail.com
committed
added testcase for issue 261
1 parent 16122e4 commit c696077

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

tests/prettify_test_2.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,10 +485,13 @@ <h1>HTML 5 nested code element language ignored if not only content</h1>
485485
<code class="language-lisp">; foo</code>
486486
</pre>
487487

488-
<h1>Issue 185: Don't reprettify prettified content</h1>
488+
<h1>Issues 185 and 261: Don't reprettify prettified content</h1>
489489
<code class="prettyprint prettyprinted" id="issue185"
490490
><span class="str">"No tag backs."</span></code>
491491

492+
<pre class="prettyprint prettyprinted linenums" id="issue261"
493+
><ol class="linenums"><li class="L0"><span class="str">"No tag backs."</span></li></ol></pre>
494+
492495
<h1>Issue 201: C type not full word</h1>
493496
<code class="prettyprint lang-c" id="issue201"
494497
>static Persistent&lt;String&gt; listeners_symbol;</code>
@@ -957,6 +960,7 @@ <h1>TCL_lang</h1>
957960
html5conv4: ('`PLNbefore CODE\n' +
958961
'`END<code class="language-lisp">`PUN;`END`PLN foo`END</code>\n'),
959962
issue185: '`STR"No tag backs."`END',
963+
issue261: '<ol class="linenums"><li class="L0">`STR"No tag backs."`END</li></ol>',
960964
issue201: '`KWDstatic`END`PLN `END`TYPPersistent`END' +
961965
'`PUN&lt;`END`TYPString`END`PUN&gt;`END`PLN listeners_symbol`END`PUN;`END',
962966
dart: '`PLNpart of myLib`END`PUN;`END`PLN\n' +

0 commit comments

Comments
 (0)