Skip to content

Commit 74a0640

Browse files
committed
Publish docs at branches/main/
1 parent 9398c26 commit 74a0640

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

branches/main/sitemap.xml.gz

0 Bytes
Binary file not shown.

branches/main/users/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ <h1 id="introduction-to-superdiff">Introduction to SuperDiff</h1>
643643
This is great if all you want to do is compare multi-line strings.
644644
But if you want to compare other, more &ldquo;real world&rdquo; kinds of values such as API or database data,
645645
then you are out of luck.
646-
Since <a href="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&rsquo;s PrettyPrinter library</a>
646+
Since <a href="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&rsquo;s PrettyPrinter library</a>
647647
and then performs a diff of these strings,
648648
the output it produces leaves much to be desired.</p>
649649
<p>For instance, let&rsquo;s say you wanted to compare these two hashes:</p>

0 commit comments

Comments
 (0)