From f15b0caeae4595bdaae0bbbc0918867c5055c0ea Mon Sep 17 00:00:00 2001 From: Jess Telford Date: Tue, 28 May 2013 18:06:20 +1000 Subject: [PATCH] Fix single quote @import test to actually test single quotes --- tests/master/css/master.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/master/css/master.css b/tests/master/css/master.css index 6089ff1..d950b27 100755 --- a/tests/master/css/master.css +++ b/tests/master/css/master.css @@ -12,7 +12,7 @@ @import url('import-url-quoted-single.css'); @import url(import-url-unquoted.css); @import "import-quoted-double.css"; -@import "import-quoted-single.css"; +@import 'import-quoted-single.css'; @import url("nested/import-url-relative-path.css"); /*