diff --git a/docs/available_matchers.rst b/docs/available_matchers.rst index 3353646..9b4507b 100644 --- a/docs/available_matchers.rst +++ b/docs/available_matchers.rst @@ -261,7 +261,7 @@ It can even show you a diff if you are comparing two big strings. ShouldNotSatisfied: the strings are different, see the diff below: --- actual +++ expected - @@ -1,1 +1,2 @@ + @@ -1 +1,2 @@ -big+big +string diff --git a/should_dsl/doctests/equal_to.txt b/should_dsl/doctests/equal_to.txt index dc0afd3..c2103f6 100644 --- a/should_dsl/doctests/equal_to.txt +++ b/should_dsl/doctests/equal_to.txt @@ -23,7 +23,7 @@ Traceback (most recent call last): ShouldNotSatisfied: the strings are different, see the diff below: --- actual +++ expected -@@ -1,1 +1,2 @@ +@@ -1 +1,2 @@ -dsl+dsl +test @@ -35,7 +35,7 @@ Traceback (most recent call last): ShouldNotSatisfied: the strings are different, see the diff below: --- actual +++ expected -@@ -1,1 +1,2 @@ +@@ -1 +1,2 @@ -case+case +insensitive