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.
pull/1/head
Damien George 2019-12-13 13:49:34 +11:00
parent 4da763fc49
commit 624f4ca39b
2 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,3 @@
SyntaxError
SyntaxError
SyntaxError

View File

@ -0,0 +1,2 @@
import import1b None 0
456