Add test for sass indentation bug

This commit is contained in:
mattn
2013-08-13 20:21:25 +09:00
parent 888fdb6699
commit 57a2ca0e2f

View File

@@ -904,6 +904,10 @@ finish
'query': "(bg+)+c$$$$",
'result': "background: #FFF url($$$$) 0 0 no-repeat\ncolor: #000",
},
{
'query': ".first>.second>.third$$$$",
'result': "div.first\n\tdiv.second\n\t\tdiv.third\n\t\t\t$$$$",
},
],
},
],