From 1883fecec0ede639cbe0641a8fc566a46b9946e9 Mon Sep 17 00:00:00 2001 From: mattn Date: Mon, 23 Apr 2012 15:26:59 +0900 Subject: [PATCH] add test case related #65 --- unittest.vim | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/unittest.vim b/unittest.vim index 99d4634..ccb66cf 100644 --- a/unittest.vim +++ b/unittest.vim @@ -419,6 +419,12 @@ finish 'type': "html", 'result': "
Hello!
\n", }, + { + 'name': "div.logo+(div#navigation)+(div#links)", + 'query': "div.logo+(div#navigation)+(div#links)", + 'type': "html", + 'result': "
\n
\n
\n", + }, ], }, {