mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-07 19:24:27 +08:00
fix unittest.vim
This commit is contained in:
@@ -434,7 +434,7 @@ finish
|
|||||||
'name': "fs:n",
|
'name': "fs:n",
|
||||||
'query': "fs:n",
|
'query': "fs:n",
|
||||||
'type': "css",
|
'type': "css",
|
||||||
'result': "font-style:normal;",
|
'result': "font-style: normal;",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'name': "fl:l|fc",
|
'name': "fl:l|fc",
|
||||||
@@ -446,7 +446,7 @@ finish
|
|||||||
'name': "bg+",
|
'name': "bg+",
|
||||||
'query': "bg+",
|
'query': "bg+",
|
||||||
'type': "css",
|
'type': "css",
|
||||||
'result': "background:#FFF url() 0 0 no-repeat;",
|
'result': "background: #FFF url() 0 0 no-repeat;",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user