未验证 提交 25e70bb4 编写于 作者: C Connor Peet

terminal: update typeahead tests

上级 4e15db0b
......@@ -219,7 +219,7 @@ suite('Workbench - Terminal Typeahead', () => {
(addon as any).lastRow = { y: 1, startingX: 1 };
t.onData('\x7F');
t.expectWritten(`${CSI}2;4H${CSI}X`);
expectProcessed('x', `${CSI}?25l${CSI}0ml${CSI}2;4H${CSI}0mx${CSI}?25h`);
expectProcessed('x', `${CSI}?25l${CSI}0ml${CSI}2;5H${CSI}0mx${CSI}?25h`);
assert.strictEqual(addon.stats?.accuracy, 0);
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册