mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-07 03:04:27 +08:00
fixed issue #11
This commit is contained in:
@@ -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",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user