提交 437ad83e 编写于 作者: J Johannes Rieken

add test

上级 43061a50
......@@ -401,4 +401,13 @@ suite('SnippetController2', function () {
assertContextKeys(contextKeys, false, false, false);
assertSelections(editor, new Selection(1, 22, 1, 22));
});
test('User defined snippet tab stops ignored #72862', function () {
const ctrl = new SnippetController2(editor, logService, contextKeys);
model.setValue('');
editor.setSelection(new Selection(1, 1, 1, 1));
ctrl.insert('export default $1');
assertContextKeys(contextKeys, true, false, true);
});
});
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册