test: Consistently use upper case hex

master
Dan Nicholson 2009-01-22 20:18:33 -08:00
parent 49a06f926d
commit 176b9cf524
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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