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',
|
||||
'tests': [
|
||||
{
|
||||
'query': "@i",
|
||||
'result': "@import url();",
|
||||
'query': "{fs:n$$$$}",
|
||||
'result': "{font-style: normal;}",
|
||||
},
|
||||
{
|
||||
'query': "fs:n",
|
||||
'result': "font-style: normal;",
|
||||
},
|
||||
{
|
||||
'query': "fl:l|fc",
|
||||
'result': "float: left;",
|
||||
'query': "{fl:l|fc$$$$}",
|
||||
'result': "{float: left;}",
|
||||
},
|
||||
{
|
||||
'query': "{bg+$$$$}",
|
||||
|
||||
Reference in New Issue
Block a user