Fixes tests

This commit is contained in:
mattn
2013-10-15 10:21:05 +09:00
parent 4c371b5fa6
commit c1691caa6a

View File

@@ -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+$$$$}",