From 8ec50c24f5658e8ded8fa942dc96b067de5cb5d6 Mon Sep 17 00:00:00 2001 From: mattn Date: Tue, 29 May 2012 08:49:13 +0900 Subject: [PATCH] add test. --- unittest.vim | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/unittest.vim b/unittest.vim index 6e480af..f596f73 100644 --- a/unittest.vim +++ b/unittest.vim @@ -535,6 +535,12 @@ finish 'type': "html", 'result': "f
\n\t
\n\t\t
\n\t\t\t
\n\t\t\t\t

aaa

\n\t\t\t\t

bbb

\n\t\t\t
\n\t\t\t

ccc

\n\t\t
\n\t
\n
", }, + { + 'name': "div.boxes>(div.box2>section>h2{a}+p{b})+(div.box1>section>h2{c}+p{d}+p{e}+(bq>h2{f}+h3{g})+p{h})", + 'query': "div.boxes>(div.box2>section>h2{a}+p{b})+(div.box1>section>h2{c}+p{d}+p{e}+(bq>h2{f}+h3{g})+p{h})", + 'type': "html", + 'result': "
\n\t
\n\t\t
\n\t\t\t

a

\n\t\t\t

b

\n\t\t
\n\t
\n\t
\n\t\t
\n\t\t\t

c

\n\t\t\t

d

\n\t\t\t

e

\n\t\t\t
\n\t\t\t\t

f

\n\t\t\t\t

g

\n\t\t\t
\n\t\t\t

h

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