summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/dict_union.py.exp
blob: 7a8f83bd546ce56039987d7d995d65fa03971aca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[]
[]
[]
[]
[(1, 'cheese')]
[(1, 'apple')]
[(1, 'apple')]
[(1, 'cheese')]
[('aardvark', 'Ethel'), ('cheese', 'cheddar'), ('eggs', 2), ('spam', 1)]
[('aardvark', 'Ethel'), ('cheese', 3), ('eggs', 2), ('spam', 1)]
[('cheese', 3), ('eggs', 2), ('spam', 1)]
[('aardvark', 'Ethel'), ('cheese', 'cheddar'), ('eggs', 2), ('spam', 1)]