From e6bdb86c2f3b113aae728fc3e528bf225abdcc6e Mon Sep 17 00:00:00 2001 From: Daniel Schauenberg Date: Fri, 11 Jun 2010 17:57:19 +0200 Subject: [PATCH] add mustache sections unit test --- unittest.vim | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/unittest.vim b/unittest.vim index 1e3c9b5..ed9ebd5 100644 --- a/unittest.vim +++ b/unittest.vim @@ -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': "
\n", + }, + ], +}, ] " vim:set et: