From c88a91339700e862d853923d83c4193a95638602 Mon Sep 17 00:00:00 2001 From: Dhruva Sagar Date: Wed, 11 Dec 2013 15:21:20 +0530 Subject: [PATCH] Fixed tests --- t/tablemode.vim | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/t/tablemode.vim b/t/tablemode.vim index 7d81faf..a70b8a7 100644 --- a/t/tablemode.vim +++ b/t/tablemode.vim @@ -53,7 +53,7 @@ describe 'tablemode' before new call tablemode#TableModeEnable() - normal! i |test11|test12| |test21|test22| + normal i |test11|test12| |test21|test22| end it 'should return true when inside a table' @@ -131,7 +131,7 @@ describe 'tablemode' describe 'Tableize' before new - normal! i asd,asd;asd,asd asd,asd;asd,asd + normal i asd,asd;asd,asd asd,asd;asd,asd end it 'should tableize with default delimiter' @@ -154,7 +154,7 @@ describe 'tablemode' before new call tablemode#TableModeEnable() - normal! i|test11|test12| |test21|test22| + normal i|test11|test12| |test21|test22| call cursor(1, 3) end @@ -194,7 +194,7 @@ describe 'tablemode' before new call tablemode#TableModeEnable() - normal! i|test11|test12| |test21|test22| + normal i|test11|test12| |test21|test22| call cursor(1, 3) end @@ -229,7 +229,7 @@ describe 'tablemode' before new call tablemode#TableModeEnable() - normal! i|test11|test12| |test21|test22| + normal i|test11|test12| |test21|test22| call cursor(1, 3) end