X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/f2d03334814cff85013135366a46a85f3124f7f0..162bc021a1cb4d7f578d1635a55bb7c38084f044:/test/lisp/textmodes/css-mode-tests.el diff --git a/test/lisp/textmodes/css-mode-tests.el b/test/lisp/textmodes/css-mode-tests.el index 80d678a161..fd86fd2d87 100644 --- a/test/lisp/textmodes/css-mode-tests.el +++ b/test/lisp/textmodes/css-mode-tests.el @@ -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."