emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ebdb 27325c4 336/350: Replace trailing whitespace in te


From: Eric Abrahamsen
Subject: [elpa] externals/ebdb 27325c4 336/350: Replace trailing whitespace in tests
Date: Mon, 14 Aug 2017 11:47:06 -0400 (EDT)

branch: externals/ebdb
commit 27325c479c15cec0d3e3fe15ca8020fd26502c31
Author: Eric Abrahamsen <address@hidden>
Commit: Eric Abrahamsen <address@hidden>

    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

[Prev in Thread] Current Thread [Next in Thread]