From 8de8625b6f2f36f67f3514d7e352a1f63668f4ed Mon Sep 17 00:00:00 2001 From: mattn Date: Mon, 1 Mar 2010 15:05:06 +0900 Subject: [PATCH] test test test. --- unittest.vim | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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",