From a8bb86a48a9823ae1c0facfa3970e0854136b5a3 Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Sat, 25 Apr 2009 14:51:16 +1000 Subject: [PATCH] Test: Keysym: Add tests for new keysym <-> string conversions Signed-off-by: Daniel Stone --- test/xkey.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/xkey.sh b/test/xkey.sh index e1bb73e..eecab8c 100755 --- a/test/xkey.sh +++ b/test/xkey.sh @@ -44,3 +44,6 @@ check_key 0x0 NoSymbol check_string XF86_Switch_VT_5 0x1008FE05 check_key 0x1008FE20 XF86_Ungrab check_string VoidSymbol 0xFFFFFF +check_key 0x01001234 U1234 +check_string U4567 0x1004567 +check_string 0x10203040 0x10203040 -- 2.7.4