aboutsummaryrefslogtreecommitdiff
path: root/tests/test.py
blob: 6577115a158f3cd96861ac018e62062bc0ac40cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Keycode Map Generator Python Tests
#
# Copyright 2017 Pierre Ossman for Cendio AB
#
# This file is dual license under the terms of the GPLv2 or later
# and 3-clause BSD licenses.

import osx2win32
import osx

assert osx2win32.code_map_osx_to_win32[0x1d] == 0x30
assert osx.code_table_osx[0x1d] == 0x3b;