This commit is contained in:
mattn
2013-04-19 13:24:05 +09:00
parent 1f041e7dd3
commit 25aeb9d1c3

View File

@@ -533,6 +533,10 @@ finish
'query': "img[src=/logo.png]$$$$\\<c-y>,\\<c-y>i$$$$", 'query': "img[src=/logo.png]$$$$\\<c-y>,\\<c-y>i$$$$",
'result': "<img src=\"/logo.png\" alt=\"\" />", 'result': "<img src=\"/logo.png\" alt=\"\" />",
}, },
{
'query': "img[src=http://mattn.kaoriya.net/images/logo.png width=foo height=bar]$$$$\\<c-y>,\\<c-y>i$$$$",
'result': "<img src=\"http://mattn.kaoriya.net/images/logo.png\" alt=\"\" width=\"96\" height=\"96\" />",
},
], ],
}, },
{ {