From 31f8563b49f84d2ea8022106c49eec8f1017a470 Mon Sep 17 00:00:00 2001 From: Jakub Pawlowicz Date: Fri, 23 Dec 2016 23:00:46 +0100 Subject: [PATCH] See #710 - adds a test case to prevent regressions. --- test/integration-test.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/integration-test.js b/test/integration-test.js index cfd7dd83..6025d0cb 100644 --- a/test/integration-test.js +++ b/test/integration-test.js @@ -2172,6 +2172,10 @@ vows.describe('integration tests') 'extra top-level closing braces': [ 'a{color:red}}}}p{width:auto}', 'a{color:red}' + ], + 'SASS content': [ + '.one{color:red;&:hover{color:#000}}', + '.one{color:red}' ] }) ) -- 2.34.1