mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-06 10:44:24 +08:00
add unittest for mustache in tag class
This commit is contained in:
10
unittest.vim
10
unittest.vim
@@ -403,12 +403,18 @@ finish
|
||||
{
|
||||
'category': 'mustache',
|
||||
'tests': [
|
||||
{
|
||||
{
|
||||
'name': "div#{{foo}}",
|
||||
'query': "div#{{foo}}",
|
||||
'type': "mustache",
|
||||
'result': "<div id=\"{{foo}}\"></div>\n",
|
||||
},
|
||||
},
|
||||
{
|
||||
'name': "div.{{foo}}",
|
||||
'query': "div.{{foo}}",
|
||||
'type': "mustache",
|
||||
'result': "<div class=\"{{foo}}\"></div>\n",
|
||||
},
|
||||
],
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user