test test test.

This commit is contained in:
mattn
2010-03-01 15:05:06 +09:00
parent dfa521dabd
commit 8de8625b6f

View File

@@ -75,6 +75,18 @@ finish
'type': "html",
'result': "<a id=\"hoge\" href=\"http://www.google.com/\" class=\"foo\"></a>\n",
},
{
'name': "a[href=http://www.google.com/]{Google}",
'query': "a[href=http://www.google.com/]{Google}",
'type': "html",
'result': "<a href=\"http://www.google.com/\">Google</a>\n",
},
{
'name': "{ZenCoding}",
'query': "{ZenCoding}",
'type': "html",
'result': "ZenCoding",
},
{
'name': "a+b",
'query': "a+b",