Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
sach1t committed Jun 8, 2016
1 parent 13ae71e commit 8ef509e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions test/functional/ui/mouse_spec.lua
Expand Up @@ -71,7 +71,7 @@ describe('Mouse input', function()
fill = { reverse=true }
}

it('on filler space in tabline moves tab to the end', function()
it('in tabline on filler space moves tab to the end', function()
execute('%delete')
insert('this is foo')
execute('silent file foo | tabnew | file bar')
Expand Down Expand Up @@ -101,7 +101,7 @@ describe('Mouse input', function()
]], tab_attrs)
end)

it('left in tabline moves tab left', function()
it('in tabline to the left moves tab left', function()
execute('%delete')
insert('this is foo')
execute('silent file foo | tabnew | file bar')
Expand Down Expand Up @@ -131,7 +131,7 @@ describe('Mouse input', function()
]], tab_attrs)
end)

it('right in tabline moves tab right', function()
it('in tabline to the right moves tab right', function()
execute('%delete')
insert('this is foo')
execute('silent file foo | tabnew | file bar')
Expand Down Expand Up @@ -161,7 +161,7 @@ describe('Mouse input', function()
]], tab_attrs)
end)

it('on close button in tabline moves tab to the end', function()
it('in tabline on close button moves tab to the end', function()
execute('%delete')
insert('this is foo')
execute('silent file foo | tabnew | file bar')
Expand Down Expand Up @@ -191,7 +191,7 @@ describe('Mouse input', function()
]], tab_attrs)
end)

it('under filler space out of tabline moves tab to the end', function()
it('out of tabline under filler space moves tab to the end', function()
execute('%delete')
insert('this is foo')
execute('silent file foo | tabnew | file bar')
Expand Down Expand Up @@ -231,7 +231,7 @@ describe('Mouse input', function()
]], tab_attrs)
end)

it('left out of tabline moves tab left', function()
it('out of tabline to the left moves tab left', function()
execute('%delete')
insert('this is foo')
execute('silent file foo | tabnew | file bar')
Expand Down Expand Up @@ -271,7 +271,7 @@ describe('Mouse input', function()
]], tab_attrs)
end)

it('right out of tabline moves tab right', function()
it('out of tabline to the right moves tab right', function()
execute('%delete')
insert('this is foo')
execute('silent file foo | tabnew | file bar')
Expand Down Expand Up @@ -311,7 +311,7 @@ describe('Mouse input', function()
]], tab_attrs)
end)

it('under close out of tabline moves tab to the end', function()
it('out of tabline under close button moves tab to the end', function()
execute('%delete')
insert('this is foo')
execute('silent file foo | tabnew | file bar')
Expand Down

0 comments on commit 8ef509e

Please sign in to comment.