Skip to content

Commit

Permalink
Updated test for newer coderay css styling
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//src/ZenWeb/dev/": change = 10814]
  • Loading branch information
zenspider committed Jul 11, 2016
1 parent e063e58 commit f3e4927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_zenweb_plugins_markdown.rb
Expand Up @@ -29,7 +29,7 @@ def assert_markdown_code lang, line, *exps
def test_coderay_ruby
assert_markdown_code("ruby",
"def x\n 42\nend",
'<div class="highlighter-coderay"><table class="CodeRay"><tr>',
'<div class="language-ruby highlighter-coderay"><table class="CodeRay"><tr>',
'<span class="keyword">def</span>')
end

Expand Down

0 comments on commit f3e4927

Please sign in to comment.