test: Consistently use upper case hex
parent
49a06f926d
commit
176b9cf524
|
@ -9,7 +9,7 @@ static void print_keysym(const char *s)
|
|||
if (ks == NoSymbol)
|
||||
printf("NoSymbol\n");
|
||||
else
|
||||
printf("0x%lx\n", ks);
|
||||
printf("0x%lX\n", ks);
|
||||
}
|
||||
|
||||
static void print_string(KeySym ks)
|
||||
|
|
|
@ -27,7 +27,7 @@ check_key()
|
|||
exit $?
|
||||
}
|
||||
|
||||
check_string Undo 0xff65
|
||||
check_string Undo 0xFF65
|
||||
check_key 0x1008FF56 XF86Close
|
||||
check_string ThisKeyShouldNotExist NoSymbol
|
||||
check_key 0x0 NULL
|
||||
|
|
Loading…
Reference in New Issue