fixed issue #11

This commit is contained in:
mattn
2010-10-08 10:40:34 +09:00
parent feb6b8ca14
commit 5ed0a7e599
3 changed files with 26 additions and 8 deletions

View File

@@ -341,6 +341,12 @@ finish
'type': "html",
'result': "<link media=\"all\" rel=\"stylesheet\" href=\"style.css\" type=\"text/css\" />\n",
},
{
'name': "a[title=\"Hello', world\" rel]",
'query': "a[title=\"Hello', world\" rel]",
'type': "html",
'result': "<a rel=\"\" href=\"\" title=\"Hello', world\"></a>\n",
},
],
},
{