Skip to content

Commit

Permalink
Added tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Chillee committed Jul 4, 2017
1 parent 6309579 commit 5683239
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/mode/modeVisual.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -575,6 +575,14 @@ suite('Mode Visual', () => {
});
});

newTest({
title: 'Can use . to repeat indent in visual',
start: ['|foobar'],
keysPressed: 'v>.',
end: [' |foobar'],
endMode: ModeName.Normal,
});

newTest({
title: 'Can do v_x to delete to first char',
start: ['', 'test te|st test', ''],
Expand Down

0 comments on commit 5683239

Please sign in to comment.