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

Insert `"` in match pattern and add test for escape chars #162

Closed GreasySlug closed 2 years ago

GreasySlug commented 2 years ago

Related #160

Double quotation char was missing, so added.

Tests for strings with escape characters were failing, so I fixed them.

@mtshiba

mtshiba commented 2 years ago

Thanks!