forked from VimPlug/emmet-vim
test test test.
This commit is contained in:
12
unittest.vim
12
unittest.vim
@@ -75,6 +75,18 @@ finish
|
||||
'type': "html",
|
||||
'result': "<a id=\"hoge\" href=\"http://www.google.com/\" class=\"foo\"></a>\n",
|
||||
},
|
||||
{
|
||||
'name': "a[href=http://www.google.com/]{Google}",
|
||||
'query': "a[href=http://www.google.com/]{Google}",
|
||||
'type': "html",
|
||||
'result': "<a href=\"http://www.google.com/\">Google</a>\n",
|
||||
},
|
||||
{
|
||||
'name': "{ZenCoding}",
|
||||
'query': "{ZenCoding}",
|
||||
'type': "html",
|
||||
'result': "ZenCoding",
|
||||
},
|
||||
{
|
||||
'name': "a+b",
|
||||
'query': "a+b",
|
||||
|
||||
Reference in New Issue
Block a user