mirror of
https://github.com/dhruvasagar/vim-table-mode.git
synced 2025-11-08 11:03:47 -05:00
Fixing tests
This commit is contained in:
@@ -105,7 +105,7 @@ describe 'cell'
|
|||||||
describe 'up or down'
|
describe 'up or down'
|
||||||
before
|
before
|
||||||
new
|
new
|
||||||
normal! ggdG
|
normal! ggdG
|
||||||
call tablemode#Enable()
|
call tablemode#Enable()
|
||||||
normal i|test11|test12|
|
normal i|test11|test12|
|
||||||
|test21|test22|
|
|test21|test22|
|
||||||
|
|||||||
@@ -87,6 +87,8 @@ describe 'spreadsheet'
|
|||||||
describe 'Manipulations'
|
describe 'Manipulations'
|
||||||
before
|
before
|
||||||
new
|
new
|
||||||
|
normal! ggdG
|
||||||
|
call tablemode#Enable()
|
||||||
normal i|test11|test12|
|
normal i|test11|test12|
|
||||||
|test21|test22|
|
|test21|test22|
|
||||||
call cursor(1, 3)
|
call cursor(1, 3)
|
||||||
|
|||||||
Reference in New Issue
Block a user