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
Xcode 11.4.1
md5: 05da2a5fba37be86129dfb223832781d
Issue Description:
I just read up on "Swift String Extended Delimiters" - I want to use #" and "# to enclose a String constant.
What I need is a single quote, so thought I'd use #"""# - but Xcode complains and says its an unterminated string.
The specification as written should allow my example above (IMHO).
The text was updated successfully, but these errors were encountered:
@swift-ci create
Sorry, something went wrong.
This is an unfortunate oversight in the parser. Your interpretation is correct, and thankfully we can fix this without worrying about a source break because of the hard error.
Comment by David Hoerl (JIRA)
@CodaFi Thank you!
No branches or pull requests
swift-ci commentedMay 17, 2020
Environment
Xcode 11.4.1
Additional Detail from JIRA
md5: 05da2a5fba37be86129dfb223832781d
Issue Description:
I just read up on "Swift String Extended Delimiters" - I want to use #" and "# to enclose a String constant.
What I need is a single quote, so thought I'd use #"""# - but Xcode complains and says its an unterminated string.
The specification as written should allow my example above (IMHO).
The text was updated successfully, but these errors were encountered: