未验证 提交 9a906689 编写于 作者: A Alex Dima

Fix unit test

上级 d52ff8c4
......@@ -4862,7 +4862,7 @@ suite('autoClosingPairs', () => {
assert.equal(model.getValue(), 'console.log(\'it\\\');');
cursorCommand(cursor, H.Type, { text: '\'' }, 'keyboard');
assert.equal(model.getValue(), 'console.log(\'it\\\'\');');
assert.equal(model.getValue(), 'console.log(\'it\\\'\'\');');
});
mode.dispose();
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册