mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-06 10:44:24 +08:00
Add test for sass indentation bug
This commit is contained in:
@@ -904,6 +904,10 @@ finish
|
|||||||
'query': "(bg+)+c$$$$",
|
'query': "(bg+)+c$$$$",
|
||||||
'result': "background: #FFF url($$$$) 0 0 no-repeat\ncolor: #000",
|
'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$$$$",
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user