Skip to content
Snippets Groups Projects
Commit 8c4233bf authored by Cédric Boutillier's avatar Cédric Boutillier
Browse files

patch to fix class for boolean in test. Closes: #1042172

parent afdb44d2
No related branches found
No related tags found
No related merge requests found
Description: fix class for boolean in test
following probably a change in ruby-rouge
Bug-Debian: https://bugs.debian.org/1042172
Forwarded: https://github.com/jekyll/jekyll-commonmark/pull/59
Author: Cédric Boutillier <boutil@debian.org>
Last-Update: 2023-09-21
--- a/spec/jekyll_commonmark_spec.rb
+++ b/spec/jekyll_commonmark_spec.rb
@@ -66,7 +66,7 @@
<span class="na">title</span><span class="pi">:</span>
<span class="s">CommonMark Test</span>
<span class="na">verbose</span><span class="pi">:</span>
- <span class="no">true</span>
+ <span class="kc">true</span>
<span class="na">atm_pin</span><span class="pi">:</span>
<span class="m">1234</span>
</code>
fix_tests.patch
gemspec_no_git.patch
fix-class-boolean-codeblock.patch
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment