fix a test case issue for indentation

This commit is contained in:
rebornix 2016-10-18 11:23:56 -07:00 committed by Peng Lyu
parent 4590e1880e
commit 7fcd0195d8

View File

@ -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']
});
});