fix parsing #{{foo}} and .{{bar}}

This commit is contained in:
mattn
2010-11-22 21:14:06 +09:00
parent 1e63393779
commit 0dcce23ef0
2 changed files with 8 additions and 1 deletions

View File

@@ -406,6 +406,12 @@ finish
'type': "html",
'result': "<a rel=\"\" href=\"\" title=\"Hello', world\"></a>\n",
},
{
'name': "div>a#foo{bar}",
'query': "div>a#foo{bar}",
'type': "html",
'result': "<div>\n\t<a id=\"foo\" href=\"\">bar</a>\n</div>\n",
},
],
},
{