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

[SR-11215] REPL doesn't understand multiline raw string literals #53614

Closed
lilyball mannequin opened this issue Jul 26, 2019 · 0 comments
Closed

[SR-11215] REPL doesn't understand multiline raw string literals #53614

lilyball mannequin opened this issue Jul 26, 2019 · 0 comments
Labels
bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.

Comments

@lilyball
Copy link
Mannequin

lilyball mannequin commented Jul 26, 2019

Previous ID SR-11215
Radar None
Original Reporter @lilyball
Type Bug
Status Resolved
Resolution Duplicate
Environment

Apple Swift version 5.0.1 (swiftlang-1001.0.82.4 clang-1001.0.46.5)
Target: x86_64-apple-darwin18.7.0

Apple Swift version 5.1 (swiftlang-1100.0.257.2 clang-1100.0.31.3)
Target: x86_64-apple-darwin18.7.0

Additional Detail from JIRA
Votes 0
Component/s
Labels Bug
Assignee None
Priority Medium

md5: 589ac0036859d1aafd82b8aebb805584

duplicates:

  • SR-5302 Swift REPL rejects multiline string literal

Issue Description:

The REPL understands multiline string literals, but it doesn't understand multiline raw string literals.

> swift
Welcome to Apple Swift version 5.0.1 (swiftlang-1001.0.82.4 clang-1001.0.46.4).
Type :help for assistance.
  1> #"""
error: /var/folders/bg/mvwkzdvx2gj0ymqcd_8_4vp00000gn/T/repl1-bc8f5c..swift:2:1: error: unterminated string literal
#"""
^
@swift-ci swift-ci transferred this issue from apple/swift-issues Apr 25, 2022
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
Projects
None yet
Development

No branches or pull requests

0 participants