Fixed tests

This commit is contained in:
Dhruva Sagar
2013-12-11 15:21:20 +05:30
parent 8609ad4778
commit c88a913397

View File

@@ -53,7 +53,7 @@ describe 'tablemode'
before
new
call tablemode#TableModeEnable()
normal! i
normal i
|test11|test12|
|test21|test22|
end
@@ -131,7 +131,7 @@ describe 'tablemode'
end
describe 'Tableize'
before
before
new
normal i
asd,asd;asd,asd
@@ -154,7 +154,7 @@ describe 'tablemode'
end
describe 'Motions'
describe 'left or right'
describe 'left or right'
before
new
call tablemode#TableModeEnable()
@@ -194,7 +194,7 @@ describe 'tablemode'
Expect tablemode#ColumnNr('.') == 1
end
end
describe 'up or down'
before
new
@@ -229,7 +229,7 @@ describe 'tablemode'
Expect tablemode#RowNr('.') == 1
end
end
end
end
describe 'Manipulations'
before