projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b15e6e4
)
* test/lisp/textmodes/conf-mode-tests.el (conf-test-align-assignments):
author
Glenn Morris
<rgm@gnu.org>
Fri, 15 Feb 2019 21:49:27 +0000
(16:49 -0500)
committer
Glenn Morris
<rgm@gnu.org>
Fri, 15 Feb 2019 22:16:06 +0000
(17:16 -0500)
Fix whitespace.
test/lisp/textmodes/conf-mode-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/textmodes/conf-mode-tests.el
b/test/lisp/textmodes/conf-mode-tests.el
index 5d79ceec967cc11d958aa98de913994baf280289..3eefc8f84f9d94cfcdb1bd3698a9404180a69447 100644
(file)
--- 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