From cda02374cd705725acfbf309a874a4d0a92c7c08 Mon Sep 17 00:00:00 2001 From: mattn Date: Thu, 6 Jan 2011 11:16:55 +0900 Subject: [PATCH] add test for .content{Hello!} --- unittest.vim | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/unittest.vim b/unittest.vim index 619a8d3..7b251c1 100644 --- a/unittest.vim +++ b/unittest.vim @@ -413,6 +413,12 @@ finish 'type': "html", 'result': "
\n\tbar\n
\n", }, + { + 'name': ".content{Hello!}", + 'query': ".content{Hello!}", + 'type': "html", + 'result': "
Hello!
\n", + }, ], }, { @@ -465,6 +471,12 @@ finish 'type': "haml", 'result': "%a{ :href => \"\" }\n%a{ :href => \"\" }\n%a{ :href => \"\" }\n", }, + { + 'name': ".content{Hello!}|haml", + 'query': ".content{Hello!}|haml", + 'type': "haml", + 'result': "%div.content Hello!\n", + }, ], }, {