From 13e1a2000207fe0bf17dd2ef30ddaead3e0b74b7 Mon Sep 17 00:00:00 2001 From: Dhruva Sagar Date: Thu, 1 May 2014 21:29:31 +0530 Subject: [PATCH] Fixing tests --- t/table.vim | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/t/table.vim b/t/table.vim index 9740c37..f80eb7c 100644 --- a/t/table.vim +++ b/t/table.vim @@ -7,6 +7,7 @@ describe 'table' describe 'IsRow' before new + normal! ggdG read t/fixtures/table/sample.txt end @@ -24,6 +25,7 @@ describe 'table' describe 'IsBorder' before new + normal! ggdG read t/fixtures/table/sample_with_header.txt end @@ -43,6 +45,7 @@ describe 'table' describe 'IsHeader' before new + normal! ggdG read t/fixtures/table/sample_with_header.txt end @@ -62,6 +65,7 @@ describe 'table' describe 'AddBorder' before new + normal! ggdG read t/fixtures/table/sample_for_header.txt end @@ -74,6 +78,7 @@ describe 'table' describe 'for unicode' before new + normal! ggdG read t/fixtures/table/sample_for_header_unicode.txt end @@ -103,6 +108,7 @@ describe 'table' describe 'for simple' before new + normal! ggdG read t/fixtures/table/sample_realign_before.txt end @@ -130,6 +136,7 @@ describe 'table' describe 'for simple' before new + normal! ggdG read t/fixtures/table/sample_header_realign_before.txt end