mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 12:10:13 +01:00
tests: Allow tests to pass against CPython 3.5.
All breaking changes going from 3.4 to 3.5 are contained in basics/python34.py.
This commit is contained in:
7
tests/basics/python34.py.exp
Normal file
7
tests/basics/python34.py.exp
Normal file
@@ -0,0 +1,7 @@
|
||||
None
|
||||
['a', 'b']
|
||||
('a', 'b') {'kw_arg': None}
|
||||
SyntaxError
|
||||
SyntaxError
|
||||
3.4
|
||||
3 4
|
||||
Reference in New Issue
Block a user