erg-lang / erg

A statically typed language compatible with Python
http://erg-lang.org
Apache License 2.0
2.69k stars 55 forks source link

Added error on line braek in string #169

Closed GreasySlug closed 2 years ago

GreasySlug commented 2 years ago

Related: #167.

It turns out that the current string also works as a multi-line string.

However, this is invalid and has been fixed.

Existing tokenize tests have passed successfully.

Changes proposed in this PR:

@mtshiba

mtshiba commented 2 years ago

Thanks!