提交 713aaff9 编写于 作者: J Joel Day

Fix test selection range.

上级 c27b386f
......@@ -55,7 +55,7 @@ suite('editor tests', () => {
return withRandomFileEditor('This will be replaced', (editor, doc) => {
editor.selection = new Selection(
new Position(0, 4),
new Position(0, 5),
new Position(0, 12)
);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册