qutebrowser/tests/unit/keyinput
Florian Bruhin 29ad252278 Handle ² keypress correctly
Turns out str.isdigit() also handles ² as a digit, but int('²') causes a
ValueError.

Here we use `string.digits` instead, which is '0123456789'.

Fixes #3743
2018-05-22 12:25:45 +02:00
..
conftest.py Allow to bind numbers in keybindings 2018-03-07 22:37:10 +01:00
key_data.py Make sure all keyboard modifiers are handled correctly 2018-03-05 22:11:26 +01:00
test_basekeyparser.py Handle ² keypress correctly 2018-05-22 12:25:45 +02:00
test_keyutils.py Add test case for is_special in keyutils 2018-03-21 16:38:58 +00:00
test_modeman.py Fix test_modeman.py 2018-03-05 11:08:21 +01:00
test_modeparsers.py Add test for hints with numberpad numbers 2018-03-21 17:06:13 +00:00