* test/lisp/textmodes/conf-mode-tests.el (conf-test-align-assignments):

Fix whitespace.
This commit is contained in:
Glenn Morris 2019-02-15 16:49:27 -05:00
parent b15e6e456d
commit a298a1f6b2

View file

@ -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