erg-lang / erg

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

Error location is misaligned during string interpolation #275

Open mtshiba opened 1 year ago

mtshiba commented 1 year ago

Describe the behavior ...

Reproducible code

print! """a
\{1+}
\{2}
"""

Expected behavior

A syntax error occurred in line 2.

Current behavior

Error[#0000]: File test.er, line 3,

3 | \{2}
  : ----

invalid syntax