From c85ae9df086c9b6dc87fb7da98a746bc52b74652 Mon Sep 17 00:00:00 2001 From: mattn Date: Mon, 11 Jun 2012 17:54:24 +0900 Subject: [PATCH] add tests. --- unittest.vim | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/unittest.vim b/unittest.vim index 5bab4f1..f375e72 100644 --- a/unittest.vim +++ b/unittest.vim @@ -442,6 +442,14 @@ finish 'query': "div#id-$*5>div#id2-$", 'result': "
\n\t
\n
\n
\n\t
\n
\n
\n\t
\n
\n
\n\t
\n
\n
\n\t
\n
\n", }, + { + 'query': "{test case $ }*3", + 'result': "test case 1 test case 2 test case 3 ", + }, + { + 'query': "{test case $${nr}}*3", + 'result': "test case 1\ntest case 2\ntest case 3\n", + }, ], }, {