]> code.delx.au - gnu-emacs/blobdiff - test/lisp/textmodes/css-mode-tests.el
Add completion of colors in CSS mode
[gnu-emacs] / test / lisp / textmodes / css-mode-tests.el
index 80d678a161f3360a1681398b1c22d9540a3c2495..fd86fd2d878916e68c234b6ec64ae1df963dfa4e 100644 (file)
@@ -58,7 +58,7 @@
 
   ;; Check that the `color' property doesn't cause infinite recursion
   ;; because it refers to the value class of the same name.
-  (should (= (length (css--property-values "color")) 18)))
+  (should (= (length (css--property-values "color")) 147)))
 
 (ert-deftest css-test-property-value-cache ()
   "Test that `css--property-value-cache' is in use."