test: make sure keycode 0 works fine It is a legal keycode but we never tried it actually. Signed-off-by: Ran Benita <ran234@gmail.com>
diff --git a/test/data/keycodes/evdev-xkbcommon b/test/data/keycodes/evdev-xkbcommon
index e388362..5d688fa 100644
--- a/test/data/keycodes/evdev-xkbcommon
+++ b/test/data/keycodes/evdev-xkbcommon
@@ -1,4 +1,5 @@
default xkb_keycodes "evdev" {
+ <ZERO> = 0;
<ESC> = 1;
<1> = 2;
<2> = 3;