Skip to content

Commit b9e3ec7

Browse files
committed
Pygments test fix for new version
1 parent 01400f4 commit b9e3ec7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/tm-cases/syntax_color_opts.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<p>Here is some sample code:</p>
22

3-
<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>
3+
<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>
44
<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):
55
logging<span style="color: #666666">.</span>basicConfig()
66
log<span style="color: #666666">.</span>info(<span style="color: #BA2121">&#39;hi&#39;</span>)
77
</code></pre></div>
88

99
<p>and:</p>
1010

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

0 commit comments

Comments
 (0)