libxkbcommon/test/data
Ran Benita a931740cc7 keycodes: fix keymap compilation with no aliases and malloc(0)==NULL
If the keymap doesn't have any key-aliases (which is certainly
possible), the calloc(num_key_aliases, ...) is allowed to return NULL
according to the C standard, but this is not an error.

Signed-off-by: Ran Benita <ran234@gmail.com>
2014-09-10 13:44:33 +03:00
..
compat Sync test data from xkeyboard-config 2013-03-18 22:20:01 +00:00
keycodes test: make sure keycode 0 works fine 2013-08-14 11:37:57 +03:00
keymaps keycodes: fix keymap compilation with no aliases and malloc(0)==NULL 2014-09-10 13:44:33 +03:00
rules rules: fix scanning of line-continuation without leading space 2013-10-14 19:05:24 +03:00
symbols scanner: don't fail over unknown escape sequence 2013-08-13 14:52:11 +03:00
types Sync test data from xkeyboard-config 2013-03-18 22:20:01 +00:00
sync.sh scanner: don't fail over unknown escape sequence 2013-08-13 14:52:11 +03:00