I'm receiving an EOF error in the Python Interactive window when I try to use multi-line Triple Quote strings in a Python File. I'm on version 2019.3.5709-dev of the Python extension.
Expected behaviour
Outputs string with no errors, as is shown in the iPython example in the terminal (see screenshot).
Actual behaviour

Steps to reproduce:
- Create Python file with Triple Quote string over multiple lines and pass it to the Python Jupiter Notebook. E.g,:
""" Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Duis sed pulvinar tellus. Praesent libero velit, pellentesque
vestibulum euismod in, vehicula sit amet turpis.
"""
I'm receiving an EOF error in the Python Interactive window when I try to use multi-line Triple Quote strings in a Python File. I'm on version 2019.3.5709-dev of the Python extension.
Expected behaviour
Outputs string with no errors, as is shown in the iPython example in the terminal (see screenshot).
Actual behaviour
Steps to reproduce: