mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-07 19:24:27 +08:00
add unittest for mustache in tag class
This commit is contained in:
@@ -409,6 +409,12 @@ finish
|
|||||||
'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