diff --git a/unittest.vim b/unittest.vim
index 2deb19b..46c2d6d 100644
--- a/unittest.vim
+++ b/unittest.vim
@@ -248,6 +248,12 @@ finish
'type': "html",
'result': "
\n\n\n"
},
+ {
+ 'name': "div#box.foo$$$.bar$$$",
+ 'query': "div#box$*3>h3+p*2",
+ 'type': "html",
+ 'result': "\n\n\n"
+ },
{
'name': "div#box$*3>h3+p.bar*2|e",
'query': "div#box$*3>h3+p.bar*2|e",