未验证 提交 57aada6c 编写于 作者: A Alex Dima

Fix test

上级 5efebbd4
......@@ -746,7 +746,10 @@ suite('WordOperations', () => {
const mode = new TestMode();
const model = createTextModel('a ""', undefined, languageId);
withTestCodeEditor(null, { model }, (editor, _) => {
withTestCodeEditor(null, {
model,
autoClosingDelete: 'always'
}, (editor, _) => {
editor.setPosition(new Position(1, 4));
deleteWordLeft(editor); assert.strictEqual(model.getLineContent(1), 'a ');
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册