diff options
Diffstat (limited to 'tests/basics/assign_expr.py.exp')
-rw-r--r-- | tests/basics/assign_expr.py.exp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/basics/assign_expr.py.exp b/tests/basics/assign_expr.py.exp new file mode 100644 index 000000000..e38e1ae7a --- /dev/null +++ b/tests/basics/assign_expr.py.exp @@ -0,0 +1,14 @@ +4 +True +2 +4 5 +5 +1 5 5 +5 +any True +8 +123 +any True +8 +[(1, 0), (2, 2), (3, 6), (4, 12)] +4 |