From c1691caa6a5a31b0ea9c97d3834b3b24274a57c2 Mon Sep 17 00:00:00 2001 From: mattn Date: Tue, 15 Oct 2013 10:21:05 +0900 Subject: [PATCH] Fixes tests --- unittest.vim | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/unittest.vim b/unittest.vim index 5cd904e..1dafe77 100644 --- a/unittest.vim +++ b/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+$$$$}",