mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-06 18:54:27 +08:00
Add test for #98
This commit is contained in:
@@ -498,6 +498,10 @@ finish
|
||||
'query': "span.item$*2>{item $}",
|
||||
'result': "<span class=\"item1\">item 1</span>\n<span class=\"item2\">item 2</span>\n",
|
||||
},
|
||||
{
|
||||
'query': " <div class=\"footer_nav\">\n <a href=\"#\">nav link</a>\n </div>$$$$\\<esc>ggVG\\<c-y>,div\\<cr>$$$$",
|
||||
'result': " <div>\n <div class=\"footer_nav\">\n <a href=\"#\">nav link</a>\n </div>\n </div>",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user