From 441026712b727d9314efc008178ba86ecbdd2e22 Mon Sep 17 00:00:00 2001 From: Douglas Camata Date: Mon, 23 Jul 2012 13:48:59 -0300 Subject: [PATCH] tests using string diff fixed --- docs/available_matchers.rst | 2 +- should_dsl/doctests/equal_to.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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