From 2bab9d0ea63953f1e760898d2d5607fd219f7ec8 Mon Sep 17 00:00:00 2001 From: Tj Holowaychuk Date: Sat, 8 Oct 2011 14:26:44 -0700 Subject: [PATCH] test for previous commits --- test/cases/literal.color.css | 2 ++ test/cases/literal.color.styl | 2 ++ 2 files changed, 4 insertions(+) diff --git a/test/cases/literal.color.css b/test/cases/literal.color.css index 0e37df27a..a1f2c5074 100644 --- a/test/cases/literal.color.css +++ b/test/cases/literal.color.css @@ -1,4 +1,6 @@ body { + color: #eee; + color: #efefef; color: #fc0; color: rgba(255,204,0,0.40); color: #fc0; diff --git a/test/cases/literal.color.styl b/test/cases/literal.color.styl index ae12c48ff..18fee2b61 100644 --- a/test/cases/literal.color.styl +++ b/test/cases/literal.color.styl @@ -1,4 +1,6 @@ body + color: #e + color: #ef color: #fc0 color: #fc06 color: #ffcc00