diff --git a/unittest.vim b/unittest.vim
index a7203fc..6d33db6 100644
--- a/unittest.vim
+++ b/unittest.vim
@@ -75,6 +75,18 @@ finish
'type': "html",
'result': "\n",
},
+ {
+ 'name': "a[href=http://www.google.com/]{Google}",
+ 'query': "a[href=http://www.google.com/]{Google}",
+ 'type': "html",
+ 'result': "Google\n",
+ },
+ {
+ 'name': "{ZenCoding}",
+ 'query': "{ZenCoding}",
+ 'type': "html",
+ 'result': "ZenCoding",
+ },
{
'name': "a+b",
'query': "a+b",