add mustache sections unit test

This commit is contained in:
Daniel Schauenberg
2010-06-11 17:57:19 +02:00
parent f77a31b174
commit e6bdb86c2f

View File

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