From dfa521dabdcd2b53cd5b2a5c35b454fa84377983 Mon Sep 17 00:00:00 2001 From: mattn Date: Mon, 1 Mar 2010 15:00:18 +0900 Subject: [PATCH] test case. --- unittest.vim | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/unittest.vim b/unittest.vim index 0a19a25..a7203fc 100644 --- a/unittest.vim +++ b/unittest.vim @@ -213,6 +213,11 @@ finish 'type': "html", 'result': "\n\n\n\n\n\n\n\n\n\n\n\n", }, + { + 'name': "div#box$*3>h3+p*2", + 'query': "div#box$*3>h3+p*2", + 'result': "
\n\t

\n\t

\n\t

\n
\n
\n\t

\n\t

\n\t

\n
\n
\n\t

\n\t

\n\t

\n
\n" + } ], }, {