Skip to content

Commit aa10e5c

Browse files
dpgeorgejepler
authored andcommitted
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.
1 parent 764e65f commit aa10e5c

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

tests/basics/parser.py.exp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
SyntaxError
2+
SyntaxError
3+
SyntaxError

tests/import/import_override.py.exp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
import import1b None 0
2+
456

0 commit comments

Comments
 (0)