mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-07 19:24:27 +08:00
add mustache sections unit test
This commit is contained in:
11
unittest.vim
11
unittest.vim
@@ -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:
|
" vim:set et:
|
||||||
|
|||||||
Reference in New Issue
Block a user