Skip to content
This repository has been archived by the owner on Jun 29, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1065 from kawazrepos/fix-ci-for-pygments-update
Browse files Browse the repository at this point in the history
Fix CI failing for KFM parsers
  • Loading branch information
tunacook committed Mar 10, 2016
2 parents 8c2ef8b + 9339756 commit 5c0246a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kawaz/apps/kfm/tests/test_parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def test_parse_kfm_syntax_highlight(self):
original = "```python\nimport os\n```"
value = parse_kfm(original)
self.assertEqual(value, (
"<div class=\"codehilite\"><pre><code>"
"<div class=\"codehilite\"><pre><span></span><code>"
"<span class=\"kn\">import</span> "
"<span class=\"nn\">os</span>\n"
"</code></pre></div>"
Expand Down

0 comments on commit 5c0246a

Please sign in to comment.