This commit is contained in:
Daniel Imms
2018-05-19 09:59:05 -07:00
parent deb41213e3
commit ec2fa70835
@@ -109,7 +109,7 @@ suite('Workbench - TerminalCommandTracker', () => {
commandTracker.selectToNextCommand();
assert.equal(xterm.getSelection(), '2');
commandTracker.selectToNextCommand();
assert.equal(xterm.getSelection(), '\n');
assert.equal(xterm.getSelection(), isWindows ? '\r\n' : '\n');
});
test('should select to the next and previous lines & commands', () => {
(<any>window).matchMedia = () => {