mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-07 07:35:00 +01:00
Fix test
This commit is contained in:
@@ -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 = () => {
|
||||
|
||||
Reference in New Issue
Block a user