Skip to content

Commit 918bf38

Browse files
committed
Add test for microsoft#91235
1 parent c68ab24 commit 918bf38

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/vs/platform/keybinding/test/common/keybindingLabels.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,4 +167,7 @@ suite('KeybindingLabels', () => {
167167
assertElectronAcceleratorLabel(OperatingSystem.Macintosh, KeyChord(KeyMod.CtrlCmd | KeyCode.KEY_A, KeyMod.CtrlCmd | KeyCode.KEY_B), 'cmd+a cmd+b');
168168
});
169169

170+
test('issue #91235: Do not end with a +', () => {
171+
assertUSLabel(OperatingSystem.Windows, KeyMod.CtrlCmd | KeyMod.Alt | KeyCode.Alt, 'Ctrl+Alt');
172+
});
170173
});

0 commit comments

Comments
 (0)