See #710 - adds a test case to prevent regressions.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Fri, 23 Dec 2016 22:00:46 +0000 (23:00 +0100)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Fri, 23 Dec 2016 22:00:46 +0000 (23:00 +0100)
test/integration-test.js

index cfd7dd8..6025d0c 100644 (file)
@@ -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}'
       ]
     })
   )