mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-06 10:44:24 +08:00
Fixes tests
This commit is contained in:
12
unittest.vim
12
unittest.vim
@@ -598,16 +598,12 @@ finish
|
|||||||
'name': 'expand abbreviation',
|
'name': 'expand abbreviation',
|
||||||
'tests': [
|
'tests': [
|
||||||
{
|
{
|
||||||
'query': "@i",
|
'query': "{fs:n$$$$}",
|
||||||
'result': "@import url();",
|
'result': "{font-style: normal;}",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'query': "fs:n",
|
'query': "{fl:l|fc$$$$}",
|
||||||
'result': "font-style: normal;",
|
'result': "{float: left;}",
|
||||||
},
|
|
||||||
{
|
|
||||||
'query': "fl:l|fc",
|
|
||||||
'result': "float: left;",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'query': "{bg+$$$$}",
|
'query': "{bg+$$$$}",
|
||||||
|
|||||||
Reference in New Issue
Block a user