branch: externals/ebdb
commit 27325c479c15cec0d3e3fe15ca8020fd26502c31
Author: Eric Abrahamsen <[email protected]>
Commit: Eric Abrahamsen <[email protected]>

    Replace trailing whitespace in tests
    
    * ebdb-test.el (ebdb-vcard-escape/unescape): That was supposed to be
      there! Need to remove `delete-trailing-whitespace' from
      `before-save-hook', for this file only.
---
 ebdb-test.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ebdb-test.el b/ebdb-test.el
index 3acea4f..f46c7a5 100644
--- a/ebdb-test.el
+++ b/ebdb-test.el
@@ -467,7 +467,7 @@
   (should (equal (ebdb-vcard-escape "Marry\\n uncle!")
                 "Marry\\n uncle!"))
 
-  (should (equal (ebdb-vcard-escape "Mine
+  (should (equal (ebdb-vcard-escape "Mine 
 uncle")
                 "Mine \\nuncle"))
 
@@ -475,7 +475,7 @@ uncle")
                 "Marry, nuncle!"))
 
   (should (equal (ebdb-vcard-unescape "Marry \\nuncle")
-                "Marry
+                "Marry 
 uncle"))
 
   (should (equal (ebdb-vcard-unescape

Reply via email to