Skip to content

Commit

Permalink
Pygments test fix for new version
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasserra committed Dec 18, 2020
1 parent 01400f4 commit b9e3ec7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/tm-cases/syntax_color_opts.html
@@ -1,14 +1,14 @@
<p>Here is some sample code:</p>

<div class="codehilite" style="background: #f8f8f8"><pre style="line-height: 125%"><span></span><code><span style="color: #008000; font-weight: bold">import</span> <span style="color: #0000FF; font-weight: bold">sys</span>
<div class="codehilite" style="background: #f8f8f8"><pre style="line-height: 125%;"><span></span><code><span style="color: #008000; font-weight: bold">import</span> <span style="color: #0000FF; font-weight: bold">sys</span>
<span style="color: #008000; font-weight: bold">def</span> <span style="color: #0000FF">main</span>(argv<span style="color: #666666">=</span>sys<span style="color: #666666">.</span>argv):
logging<span style="color: #666666">.</span>basicConfig()
log<span style="color: #666666">.</span>info(<span style="color: #BA2121">&#39;hi&#39;</span>)
</code></pre></div>

<p>and:</p>

<div class="codehilite" style="background: #f8f8f8"><pre style="line-height: 125%"><span></span><code>use <span style="color: #BA2121">&#39;zlib&#39;</span>
<div class="codehilite" style="background: #f8f8f8"><pre style="line-height: 125%;"><span></span><code>use <span style="color: #BA2121">&#39;zlib&#39;</span>
<span style="color: #008000">sub</span> main(argv)
<span style="color: #008000">puts</span> <span style="color: #BA2121">&#39;hi&#39;</span>
<span style="color: #008000; font-weight: bold">end</span>
Expand Down

0 comments on commit b9e3ec7

Please sign in to comment.