Closed normanjaeckel closed 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.
Thank you for reporting this 👍
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
after updating to the new nightly build.