diff options
Diffstat (limited to 'tests/extensions-x-codehilite')
-rw-r--r-- | tests/extensions-x-codehilite/code.html | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/tests/extensions-x-codehilite/code.html b/tests/extensions-x-codehilite/code.html index 43b09ea..6a8ee91 100644 --- a/tests/extensions-x-codehilite/code.html +++ b/tests/extensions-x-codehilite/code.html @@ -1,7 +1,5 @@ - -<p>Some text -</p> -<table><tr><td class="linenos"><pre>1 +<p>Some text</p> +<table class="codehilitetable"><tr><td class="linenos"><pre>1 2 3 4 @@ -13,7 +11,6 @@ <span class="k">def</span> <span class="nf">getCompiledRegExp</span> <span class="p">(</span><span class="bp">self</span><span class="p">)</span> <span class="p">:</span> <span class="k">return</span> <span class="bp">self</span><span class="o">.</span><span class="n">compiled_re</span> </pre></div> -</td></tr></table><p>More text -</p> - +</td></tr></table> +<p>More text</p>
\ No newline at end of file |