Skip to content

Commit

Permalink
Update rouge to latest version
Browse files Browse the repository at this point in the history
This caused an approval test to fail, but the received output actually
looks much more correct than the approved one, so I accepted the change.
  • Loading branch information
Katrina Owen committed Jun 6, 2017
1 parent 32c6b8f commit 437cb82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ GEM
rb-readline (0.5.3)
redcarpet (3.3.4)
redis (3.3.3)
rouge (2.0.5)
rouge (2.0.7)
rubocop (0.36.0)
parser (>= 2.3.0.0, < 3.0)
powerpack (~> 0.1)
Expand Down
4 changes: 2 additions & 2 deletions test/fixtures/approvals/markdown_double_braces.approved.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="highlight json">
<div class="highlight plaintext">
<table style="border-spacing: 0;"><tbody><tr>
<td class="gutter gl" style="text-align: right;"><pre class="lineno"><a href="#L1">1</a></pre></td>
<td class="code"><pre><span id="L1"><span class="p">{</span><span class="err">{x:</span><span class="w"> </span><span class="err">y</span><span class="p">}</span><span class="err">}</span>
<td class="code"><pre><span id="L1">{{x: y}}
</span></pre></td>
</tr></tbody></table>
</div>

0 comments on commit 437cb82

Please sign in to comment.