From 36658fa27ced3fe1dfbf297b9574f00aeddeb07d Mon Sep 17 00:00:00 2001 From: "German M. Bravo" Date: Sat, 26 Apr 2014 10:23:18 -0500 Subject: Test for scope-nesting-2 is expected to fail --- scss/tests/files/xfail/scope-nesting-2.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/tests/files/xfail/scope-nesting-2.css b/scss/tests/files/xfail/scope-nesting-2.css index 142ba28..0f1ba43 100644 --- a/scss/tests/files/xfail/scope-nesting-2.css +++ b/scss/tests/files/xfail/scope-nesting-2.css @@ -4,5 +4,5 @@ h1 { } h1 h2 { color: gray; - color: white; + color: grey; } -- cgit v1.2.1