提交 e5ff72f8 编写于 作者: D Dirk Baeumer

Fixed compile error in cursor.test.ts

上级 3318619f
......@@ -1468,7 +1468,7 @@ suite('Editor Controller - Regression tests', () => {
test('issue #4312: trying to type a tab character over a sequence of spaces results in unexpected behaviour', () => {
usingCursor({
text: [
'var foo = 123; // this is a comment'
'var foo = 123; // this is a comment',
'var bar = 4; // another comment'
],
modelOpts: { insertSpaces: false, tabSize: 4, detectIndentation: false, defaultEOL: DefaultEndOfLine.LF, trimAutoWhitespace: true }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册