Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't diff one line strings #5

Closed
dchelimsky opened this issue Jun 6, 2010 · 1 comment
Closed

Don't diff one line strings #5

dchelimsky opened this issue Jun 6, 2010 · 1 comment

Comments

@dchelimsky
Copy link
Contributor

The diff in this example adds noise and no value:

"this".should == "that"
....
expected: "that",
     got: "this" (using ==)
Diff:
@@ -1,2 +1,2 @@
-that
+this
@dchelimsky
Copy link
Contributor Author

don't diff single line strings

Closed by 108291c.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant