diff options
| -rw-r--r-- | test/lisp/textmodes/conf-mode-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/textmodes/conf-mode-tests.el b/test/lisp/textmodes/conf-mode-tests.el index 5d79ceec967..3eefc8f84f9 100644 --- a/test/lisp/textmodes/conf-mode-tests.el +++ b/test/lisp/textmodes/conf-mode-tests.el | |||
| @@ -33,7 +33,7 @@ | |||
| 33 | (conf-colon-mode) | 33 | (conf-colon-mode) |
| 34 | (conf-align-assignments) | 34 | (conf-align-assignments) |
| 35 | (should (equal (buffer-string) | 35 | (should (equal (buffer-string) |
| 36 | "foo: bar\nbar: baz")))) | 36 | "foo: bar\nbar: baz")))) |
| 37 | 37 | ||
| 38 | (ert-deftest conf-test-font-lock () | 38 | (ert-deftest conf-test-font-lock () |
| 39 | (with-temp-buffer | 39 | (with-temp-buffer |