forked from VimPlug/emmet-vim
add mustache sections unit test
This commit is contained in:
@@ -400,5 +400,16 @@ finish
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
'category': 'mustache',
|
||||
'tests': [
|
||||
{
|
||||
'name': "div#{{foo}}",
|
||||
'query': "div#{{foo}}",
|
||||
'type': "mustache",
|
||||
'result': "<div id=\"{{foo}}\"></div>\n",
|
||||
},
|
||||
],
|
||||
},
|
||||
]
|
||||
" vim:set et:
|
||||
|
||||
Reference in New Issue
Block a user