241
241
# there is no common prefix, though there are some common bits
242
242
leaf = self.module._parse_into_chk(_multi_key_same_offset, 1, 0)
243
243
self.assertEqual(24, leaf.common_shift)
245
245
# The interesting byte is just the first 8-bits of the key
246
246
lst = [8, 200, 205, 205, 205, 205, 206, 206]
247
247
self.assertEqual([bisect.bisect_left(lst, x) for x in range(0, 257)],