Commit 9cef902dab5a571ffad2a316c20d4bac52ad299d

Ran Benita 2013-08-14T11:35:01

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>

1
2
3
4
5
6
7
8
9
10
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;