emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master a298a1f: * test/lisp/textmodes/conf-mode-tests.el (


From: Glenn Morris
Subject: [Emacs-diffs] master a298a1f: * test/lisp/textmodes/conf-mode-tests.el (conf-test-align-assignments):
Date: Fri, 15 Feb 2019 17:16:23 -0500 (EST)

branch: master
commit a298a1f6b2fc745163198825941dbe593dff331c
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * test/lisp/textmodes/conf-mode-tests.el (conf-test-align-assignments):
    Fix whitespace.
---
 test/lisp/textmodes/conf-mode-tests.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/lisp/textmodes/conf-mode-tests.el 
b/test/lisp/textmodes/conf-mode-tests.el
index 5d79cee..3eefc8f 100644
--- a/test/lisp/textmodes/conf-mode-tests.el
+++ b/test/lisp/textmodes/conf-mode-tests.el
@@ -33,7 +33,7 @@
     (conf-colon-mode)
     (conf-align-assignments)
     (should (equal (buffer-string)
-                   "foo:                    bar\nbar:                    
baz"))))
+                   "foo:                       bar\nbar:                       
baz"))))
 
 (ert-deftest conf-test-font-lock ()
   (with-temp-buffer



reply via email to

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