Skip to content

Commit

Permalink
test case for issue3 problem identified by vsevolod.balashov in comme…
Browse files Browse the repository at this point in the history
…nt 8
  • Loading branch information
trentm committed Jan 23, 2008
1 parent 630d83a commit 4fee51c
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 0 deletions.
12 changes: 12 additions & 0 deletions test/tm-cases/issue3_bad_code_color_hack.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!-- -*- coding: utf-8 -*- -->

<h2>заголовок</h2>

<p>Example from <a href="http://code.google.com/p/python-markdown2/issues/detail?id=3#c8">http://code.google.com/p/python-markdown2/issues/detail?id=3#c8</a>.</p>

<p>Some python code:</p>

<div class="codehilite"><pre><code><span class="c"># комментарий</span>
<span class="k">if</span> <span class="bp">True</span><span class="p">:</span>
<span class="k">print</span> <span class="s">&quot;hi&quot;</span>
</code></pre></div>
1 change: 1 addition & 0 deletions test/tm-cases/issue3_bad_code_color_hack.opts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"extras": ["code-color"]}
1 change: 1 addition & 0 deletions test/tm-cases/issue3_bad_code_color_hack.tags
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
unicode pygments issue3
12 changes: 12 additions & 0 deletions test/tm-cases/issue3_bad_code_color_hack.text
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!-- -*- coding: utf-8 -*- -->

## заголовок

Example from <http://code.google.com/p/python-markdown2/issues/detail?id=3#c8>.

Some python code:

:::python
# комментарий
if True:
print "hi"

0 comments on commit 4fee51c

Please sign in to comment.