提交 6e8123a1 编写于 作者: J Johannes Rieken

fix tests

上级 5a24c2e9
......@@ -1033,7 +1033,7 @@ suite('ExtHostLanguageFeatures', function () {
assert.equal(second.eol, EndOfLineSequence.LF);
assert.equal(second.text, '');
assert.equal(second.range, undefined);
assert.deepEqual(second.range, { startLineNumber: 1, startColumn: 1, endLineNumber: 1, endColumn: 1 });
});
});
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册