mirror of
https://github.com/VSCodeVim/Vim.git
synced 2024-11-13 00:53:08 +03:00
fix a test case issue for indentation
This commit is contained in:
parent
4590e1880e
commit
7fcd0195d8
@ -64,7 +64,7 @@ suite("Dot Operator", () => {
|
||||
title: "Can repeat actions that require selections",
|
||||
start: ['on|e', 'two'],
|
||||
keysPressed: 'Vj>.',
|
||||
end: [' |one', ' two']
|
||||
end: ['\t\t|one', '\t\ttwo']
|
||||
});
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user