From 6609c2859b3d4ac577c98a4fbb0742f181880ab0 Mon Sep 17 00:00:00 2001 From: Jason Poon Date: Wed, 15 Nov 2017 00:45:03 -0500 Subject: [PATCH] fix(1673): re-enable some tests --- test/mode/modeNormal.test.ts | 24 +++++++++--------------- 1 file changed, 9 insertions(+), 15 deletions(-) diff --git a/test/mode/modeNormal.test.ts b/test/mode/modeNormal.test.ts index 6f19a9f0261..74d2b012c66 100644 --- a/test/mode/modeNormal.test.ts +++ b/test/mode/modeNormal.test.ts @@ -1780,21 +1780,15 @@ suite('Mode Normal', () => { end: ['test aaa test aaa test aaa test| '], }); - /* -Disabling test until upstream VSCode issue is resolved: https://github.com/Microsoft/vscode/issues/26274 - newTest({ - title: "Can 'D'elete the characters under multiple cursors until the end of the line", - start: [ - 'test aaa test aaa test aaa test |aaa test', - 'test aaa test aaa test aaa test aaa test' - ], - keysPressed: 'D', - end: [ - 'test aaa test aaa test aaa tes|t ', - 'test aaa test aaa test aaa test ' - ] - }); -*/ + newTest({ + title: "Can 'D'elete the characters under multiple cursors until the end of the line", + start: [ + 'test aaa test aaa test aaa test |aaa test', + 'test aaa test aaa test aaa test aaa test', + ], + keysPressed: 'D', + end: ['test aaa test aaa test aaa tes|t ', 'test aaa test aaa test aaa test '], + }); newTest({ title: 'cc on whitespace-only line clears line',