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:
13
unittest.vim
13
unittest.vim
@@ -41,7 +41,7 @@ if exists('g:user_zen_settings')
|
|||||||
let g:user_zen_settings = s:old_user_zen_settings
|
let g:user_zen_settings = s:old_user_zen_settings
|
||||||
endif
|
endif
|
||||||
let &more=oldmore
|
let &more=oldmore
|
||||||
|
|
||||||
finish
|
finish
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
@@ -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