mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-06 18:54:27 +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',
|
'category': 'mustache',
|
||||||
'tests': [
|
'tests': [
|
||||||
{
|
{
|
||||||
'name': "div#{{foo}}",
|
'name': "div#{{foo}}",
|
||||||
'query': "div#{{foo}}",
|
'query': "div#{{foo}}",
|
||||||
'type': "mustache",
|
'type': "mustache",
|
||||||
'result': "<div id=\"{{foo}}\"></div>\n",
|
'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