1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
=
=
=
=
=
=
# This last group of tests checks that assignments we expect to be parsed
# (including some interesting ones) continue to be parsed successfully.
=
=
= 42
# This is actually a type error, not a syntax error. So check that it
# doesn't fail parsing.
5 = 42
=
# This is actually a type error, not a syntax error. So check that it
# doesn't fail parsing.
5 =
= 42
# This is actually an attribute error, not a syntax error. So check that
# it doesn't fail parsing.
. = 42
= 42
=
=
, =
= =