mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-06 10:44:24 +08:00
Add test
This commit is contained in:
@@ -589,6 +589,10 @@ finish
|
|||||||
'query': "p.title>a[/hoge/]",
|
'query': "p.title>a[/hoge/]",
|
||||||
'result': "<p class=\"title\"><a href=\"/hoge/\"></a></p>\n",
|
'result': "<p class=\"title\"><a href=\"/hoge/\"></a></p>\n",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
'query': "script[jquery.js]",
|
||||||
|
'result': "<script src=\"jquery.js\"></script>\n",
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user