mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-06 10:44:24 +08:00
Fixes test
This commit is contained in:
@@ -419,7 +419,7 @@ finish
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
'query': "link:css",
|
'query': "link:css",
|
||||||
'result': "<link rel=\"stylesheet\" type=\"text/css\" href=\"style.css\" media=\"all\">\n",
|
'result': "<link rel=\"stylesheet\" href=\"style.css\" media=\"all\">\n",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'query': "a[title=\"Hello', world\" rel]",
|
'query': "a[title=\"Hello', world\" rel]",
|
||||||
@@ -589,8 +589,6 @@ finish
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user