mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-07 11:14:26 +08:00
add test.
This commit is contained in:
@@ -451,6 +451,12 @@ finish
|
|||||||
'type': "html",
|
'type': "html",
|
||||||
'result': "<h1>header</h1>\nText<a href=\"http://link.org\">linktext</a>\nagain some text<a href=\"http://anoterlink.org\">click me!</a>\nsome final text",
|
'result': "<h1>header</h1>\nText<a href=\"http://link.org\">linktext</a>\nagain some text<a href=\"http://anoterlink.org\">click me!</a>\nsome final text",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
'name': "a{&}+div{&&}",
|
||||||
|
'query': "a{&}+div{&&}",
|
||||||
|
'type': "html",
|
||||||
|
'result': "<a href=\"\">&</a>\n<div>&&</div>\n",
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user