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 e8f596c commit 493840eCopy full SHA for 493840e
Tests/SwiftParserTest/Expressions.swift
@@ -212,6 +212,12 @@ final class ExpressionTests: XCTestCase {
212
"""
213
"""#
214
}
215
+
216
+ try AssertParse({ $0.parseSourceFile() }, allowErrors: true) {
217
+ #"""
218
+ "\(()
219
+ """#
220
+ }
221
222
223
func testStringLiterals() throws {
@@ -305,6 +311,12 @@ final class ExpressionTests: XCTestCase {
305
311
"\(x)"
306
312
307
313
314
315
316
317
+ """"
318
319
308
320
309
321
310
322
func testRangeSubscript() throws {
0 commit comments