skulpt / skulpt

Skulpt is a Javascript implementation of the Python programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

String literal with only one single quote does not raise syntax error

zakeeee opened this issue · comments

a = '

When I run the above code with Skulpt, it will not raise syntax error. But if we use Python to run the same code, it raises 'SyntaxError: EOL while scanning string literal'.