summaryrefslogtreecommitdiff
path: root/testsuite/E23.py
blob: 0f44f0c989dc3333c86d394b90f4aec50ecce51a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#: E231
a = (1,2)
#: E231
a[b1,:]
#: Okay
a = (4,)
b = (5, )

result = {
   'key1': 'value',
   'key2': 'value',
}