aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/lisp/textmodes/css-mode-tests.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/lisp/textmodes/css-mode-tests.el b/test/lisp/textmodes/css-mode-tests.el
index 272d281217e..4883123843d 100644
--- a/test/lisp/textmodes/css-mode-tests.el
+++ b/test/lisp/textmodes/css-mode-tests.el
@@ -281,7 +281,9 @@
281 ("#fff" "rgb(255, 255, 255)") 281 ("#fff" "rgb(255, 255, 255)")
282 ("#ffffff" "rgb(255, 255, 255)") 282 ("#ffffff" "rgb(255, 255, 255)")
283 ("#ffffff80" "rgba(255, 255, 255, 0.5)") 283 ("#ffffff80" "rgba(255, 255, 255, 0.5)")
284 ("#fff8" "rgba(255, 255, 255, 0.5)"))) 284 ("#fff0" "rgba(255, 255, 255, 0)")
285 ("#fff8" "rgba(255, 255, 255, 0.53)")
286 ("#ffff" "rgba(255, 255, 255, 1)")))
285 (with-temp-buffer 287 (with-temp-buffer
286 (css-mode) 288 (css-mode)
287 (insert (nth 0 item)) 289 (insert (nth 0 item))