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 not handling escaped quotes #7593

Closed
scabug opened this issue Jun 19, 2013 · 3 comments
Closed

String interpolation not handling escaped quotes #7593

scabug opened this issue Jun 19, 2013 · 3 comments

Comments

@scabug
Copy link

scabug commented Jun 19, 2013

The following interpolated string doesn't compile

s"""

I've checked the issue tracker but couldn't find a ticket for this. The closest I found is #6631

Workaround is to use a multiline string, i.e., s""""""" works fine.

@scabug
Copy link
Author

scabug commented Jun 19, 2013

Imported From: https://issues.scala-lang.org/browse/SI-7593?orig=1
Reporter: @dotta
Affected Versions: 2.10.2
Duplicates #6476

@scabug
Copy link
Author

scabug commented Jun 19, 2013

@xeno-by said:
Looks like a duplicate of #6476

@scabug scabug closed this as completed Jun 19, 2013
@scabug
Copy link
Author

scabug commented Jun 19, 2013

@dotta said:
Agreed. Thanks Eugene for the pointer.

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

1 participant