We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 609cca7 commit 25703b1Copy full SHA for 25703b1
Tests/SwiftParserTest/Expressions.swift
@@ -194,6 +194,24 @@ final class ExpressionTests: XCTestCase {
194
return "Fixit: \(range.debugDescription) Text: \"\(text)\""
195
"""#
196
}
197
+
198
+ try AssertParse({ $0.parseExpression() }) {
199
+ #"""
200
+ "text \(array.map({ "\($0)" }).joined(separator: ",")) text"
201
+ """#
202
+ }
203
204
205
206
+ """
207
+ \(gen(xx) { (x) in
208
+ return """
209
+ case
210
211
+ })
212
213
214
215
216
217
func testStringLiterals() throws {
0 commit comments