mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Fix shr and CSS 4 color maps
* lisp/net/shr-color.el (shr-color-html-colors-alist): Fix typos. Add RebeccaPurple. * lisp/textmodes/css-mode.el (css--color-map): Add fuchsia-magenta and aqua-cyan aliases. * test/lisp/textmodes/css-mode-tests.el (css-test-property-values): Bump color count.
This commit is contained in:
parent
5fe81923e5
commit
e209034536
3 changed files with 6 additions and 3 deletions
|
|
@ -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")) 152)))
|
||||
(should (= (length (css--property-values "color")) 154)))
|
||||
|
||||
(ert-deftest css-test-property-value-cache ()
|
||||
"Test that `css--property-value-cache' is in use."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue