Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

String interpolation doesn't work at the end of string #85

Closed
MadcapJake opened this issue Jun 3, 2017 · 3 comments
Closed

String interpolation doesn't work at the end of string #85

MadcapJake opened this issue Jun 3, 2017 · 3 comments

Comments

@MadcapJake
Copy link
Contributor

catcall := 'meow'.
Pen write: 'The cat goes $$catcall'.

Crashes with this bug:

Parse error, unexpected ( ( t/020-get.ctr: 20 )
Expected ).

Actually, sometimes it seems to segfault instead of printing that error.

Not sure if this is related but the line number doesn't match too.

gabordemooij added a commit that referenced this issue Jun 3, 2017
@gabordemooij
Copy link
Owner

Fixed and added unit test.

@gabordemooij
Copy link
Owner

Thanks for reporting this issue.

@gabordemooij
Copy link
Owner

has been released in 0.7.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants