aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Kangas2020-09-21 16:02:55 +0200
committerStefan Kangas2020-09-21 16:46:21 +0200
commit12ca4638338f671e7cba8693b7230409a0fcb9ea (patch)
tree389460e39eafb14532a3f397ecd8c19ab193f218
parent7a2ac61b5d3adbfa7c54434056b9b772f83078af (diff)
downloademacs-12ca4638338f671e7cba8693b7230409a0fcb9ea.tar.gz
emacs-12ca4638338f671e7cba8693b7230409a0fcb9ea.zip
; * test/lisp/textmodes/css-mode-tests.el: Add TODO.
-rw-r--r--test/lisp/textmodes/css-mode-tests.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/lisp/textmodes/css-mode-tests.el b/test/lisp/textmodes/css-mode-tests.el
index f627d1c02c9..02bd2aca303 100644
--- a/test/lisp/textmodes/css-mode-tests.el
+++ b/test/lisp/textmodes/css-mode-tests.el
@@ -417,6 +417,8 @@
417 (point)) 417 (point))
418 "black"))))) 418 "black")))))
419 419
420;; TODO: Convert these into unit proper tests instead of using an
421;; external file.
420(ert-deftest css-mode-test-indent () 422(ert-deftest css-mode-test-indent ()
421 (with-current-buffer 423 (with-current-buffer
422 (find-file-noselect (expand-file-name "test-indent.css" 424 (find-file-noselect (expand-file-name "test-indent.css"