diff options
| author | Basil L. Contovounesios | 2018-02-07 02:49:08 +0000 |
|---|---|---|
| committer | Simen Heggestøyl | 2018-02-07 22:14:00 +0100 |
| commit | e209034536b11fbbba19f46a45f6afc316890a5d (patch) | |
| tree | 99747aeecdea4c6a506e6b640924068878551ca5 /test/lisp/textmodes/css-mode-tests.el | |
| parent | 5fe81923e5b6dbbfb623befa12a3317a7e934a63 (diff) | |
| download | emacs-e209034536b11fbbba19f46a45f6afc316890a5d.tar.gz emacs-e209034536b11fbbba19f46a45f6afc316890a5d.zip | |
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.
Diffstat (limited to 'test/lisp/textmodes/css-mode-tests.el')
| -rw-r--r-- | test/lisp/textmodes/css-mode-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/textmodes/css-mode-tests.el b/test/lisp/textmodes/css-mode-tests.el index 04a13e38240..d4fb348326a 100644 --- a/test/lisp/textmodes/css-mode-tests.el +++ b/test/lisp/textmodes/css-mode-tests.el | |||
| @@ -58,7 +58,7 @@ | |||
| 58 | 58 | ||
| 59 | ;; Check that the `color' property doesn't cause infinite recursion | 59 | ;; Check that the `color' property doesn't cause infinite recursion |
| 60 | ;; because it refers to the value class of the same name. | 60 | ;; because it refers to the value class of the same name. |
| 61 | (should (= (length (css--property-values "color")) 152))) | 61 | (should (= (length (css--property-values "color")) 154))) |
| 62 | 62 | ||
| 63 | (ert-deftest css-test-property-value-cache () | 63 | (ert-deftest css-test-property-value-cache () |
| 64 | "Test that `css--property-value-cache' is in use." | 64 | "Test that `css--property-value-cache' is in use." |