Skip to content

Commit 2c27f12

Browse files
authored
Fix test for ESC
1 parent b3cdb18 commit 2c27f12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/InputCharacterTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ public function testGetControls() : void
5858
'CTRLW',
5959
'ENTER',
6060
'TAB',
61+
'ESC',
6162
],
6263
InputCharacter::getControls()
6364
);

0 commit comments

Comments
 (0)