forked from VimPlug/emmet-vim
Add test for #118
This commit is contained in:
@@ -494,6 +494,11 @@ finish
|
||||
'query': "a[title=$#]{foo}",
|
||||
'result': "<a href=\"\" title=\"foo\">foo</a>\n",
|
||||
},
|
||||
|
||||
{
|
||||
'query': "span.item$*2>{item $}",
|
||||
'result': "<span class=\"item1\">item 1</span>\n<span class=\"item2\">item 2</span>\n",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user