tests: Add .exp files for basics/parser and import/import_override.
Because CPython 3.8.0 now produces different output: - basics/parser.py: CPython does not allow '\\\n' as input. - import/import_override: CPython imports _io.
This commit is contained in:
parent
4da763fc49
commit
624f4ca39b
3
tests/basics/parser.py.exp
Normal file
3
tests/basics/parser.py.exp
Normal file
@ -0,0 +1,3 @@
|
||||
SyntaxError
|
||||
SyntaxError
|
||||
SyntaxError
|
2
tests/import/import_override.py.exp
Normal file
2
tests/import/import_override.py.exp
Normal file
@ -0,0 +1,2 @@
|
||||
import import1b None 0
|
||||
456
|
Loading…
Reference in New Issue
Block a user