Skip to content

Commit c2f9e3a

Browse files
committed
update expected result
1 parent 953c425 commit c2f9e3a

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

test/manualAreplTests/multipleTypes.py

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ def __init__(self,x):
2626
x: List[int] = [1,2,3]
2727
y: Dict[str, str] = {'a':'b'}
2828

29+
2930
###########################################
3031
# Expected Result
3132
###########################################
@@ -37,6 +38,14 @@ def __init__(self,x):
3738
d: "Infinity",
3839
e: "-Infinity",
3940
accent: 'é',
41+
f: -{
42+
py/object: "_io.TextIOWrapper",
43+
write_through: false,
44+
line_buffering: false,
45+
errors: "strict",
46+
encoding: "cp1252",
47+
mode: "r"
48+
},
4049
g: {},
4150
h: [],
4251
i: -[
@@ -51,7 +60,20 @@ def __init__(self,x):
5160
},
5261
n: false,
5362
o: -{
54-
py/id: 0
63+
py/object: "_io.TextIOWrapper",
64+
write_through: false,
65+
line_buffering: false,
66+
errors: "strict",
67+
encoding: "cp1252",
68+
mode: "r"
69+
},
70+
x: -[
71+
1,
72+
2,
73+
3
74+
],
75+
y: -{
76+
a: "b"
5577
}
5678
}
5779

0 commit comments

Comments
 (0)