Skip to content

Commit de6735d

Browse files
committed
Fixed String Interpolation Tests
1 parent b71b862 commit de6735d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Tests/SwiftSyntaxBuilderTest/StringInterpolationTests.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,7 @@ final class StringInterpolationTests: XCTestCase {
436436
437437
1 │ return 1
438438
│ │ ╰─ error: expected declaration
439+
│ │ 🔨 insert declaration
439440
│ ╰─ error: unexpected code 'return 1' before declaration
440441
441442
"""
@@ -454,6 +455,7 @@ final class StringInterpolationTests: XCTestCase {
454455
455456
1 │ struct Foo {}
456457
│ │ ╰─ error: expected statement
458+
│ │ 🔨 insert statement
457459
│ ╰─ error: unexpected code 'struct Foo {}' before statement
458460
459461
"""

0 commit comments

Comments
 (0)