* test/lisp/textmodes/conf-mode-tests.el (conf-test-align-assignments):
Fix whitespace.
This commit is contained in:
parent
b15e6e456d
commit
a298a1f6b2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue