mpizenberg / elm-test-rs

Fast and portable executable to run your Elm tests
BSD 3-Clause "New" or "Revised" License
80 stars 13 forks source link

Parser issue for unicode chars #43

Closed mpizenberg closed 3 years ago

mpizenberg commented 3 years ago

There is an issue in the parser due to the string slice handling inside multiline strings and comments. I've added failing examples.