提交 94cec027 编写于 作者: A Alex Dima

Fixes #43357

上级 2a08aa8d
...@@ -72,7 +72,7 @@ export function assertMapping(writeFileIfDifferent: boolean, mapper: IKeyboardMa ...@@ -72,7 +72,7 @@ export function assertMapping(writeFileIfDifferent: boolean, mapper: IKeyboardMa
writeFile(filePath, actual); writeFile(filePath, actual);
} }
try { try {
assert.deepEqual(actual, expected); assert.deepEqual(actual.split(/\r\n|\n/), expected.split(/\r\n|\n/));
} catch (err) { } catch (err) {
return done(err); return done(err);
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册