lukewilliamboswell / roc-parser

A simple Parser for Roc
https://lukewilliamboswell.github.io/roc-parser/
Universal Permissive License v1.0
29 stars 11 forks source link

New string interpolation breaks current version #7

Closed normanjaeckel closed 10 months ago

normanjaeckel commented 10 months ago

Using the new nightly which implements the new string interpolation syntax (using $ instead of \) breaks the current release:

https://github.com/lukewilliamboswell/roc-parser/blob/main/package/String.roc#L166

I got

── ENDLESS STRING ─ .../-e3ebWWmlFPfe9fYrr2z1urfslzygbtQQsl69iH1qzQ/String.roc ─

I cannot find the end of this string:

166│  expect parseStr anyCodeunit "$" == Ok '$'

after updating to the new nightly build.

lukewilliamboswell commented 10 months ago

Thank you for reporting this 👍