You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: branches/main/users/index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -643,7 +643,7 @@ <h1 id="introduction-to-superdiff">Introduction to SuperDiff</h1>
643
643
This is great if all you want to do is compare multi-line strings.
644
644
But if you want to compare other, more “real world” kinds of values such as API or database data,
645
645
then you are out of luck.
646
-
Since <ahref="https://github.com/rspec/rspec-support/blob/c69a231d7369dd165ad7ce4742e1a2e21e3462b5/lib/rspec/support/differ.rb#L178">RSpec merely runs your <code>expected</code> and <code>actual</code> values through Ruby’s PrettyPrinter library</a>
646
+
Since <ahref="https://github.com/rspec/rspec/blob/rspec-support-v3.13.2/rspec-support/lib/rspec/support/differ.rb#L180-L192">RSpec merely runs your <code>expected</code> and <code>actual</code> values through Ruby’s PrettyPrinter library</a>
647
647
and then performs a diff of these strings,
648
648
the output it produces leaves much to be desired.</p>
649
649
<p>For instance, let’s say you wanted to compare these two hashes:</p>
0 commit comments