Skip to content

Commit 06d8627

Browse files
committed
Fix tests.
1 parent af1a296 commit 06d8627

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Tests/SourceKitLSPTests/LocalSwiftTests.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1176,7 +1176,7 @@ final class LocalSwiftTests: XCTestCase {
11761176
XCTAssertEqual(content.kind, .markdown)
11771177
XCTAssertEqual(content.value, """
11781178
S
1179-
```
1179+
```swift
11801180
struct S
11811181
```
11821182
@@ -1228,7 +1228,7 @@ final class LocalSwiftTests: XCTestCase {
12281228
XCTAssertEqual(content.kind, .markdown)
12291229
XCTAssertEqual(content.value, ##"""
12301230
test(\_:\_:)
1231-
```
1231+
```swift
12321232
func test(_ a: Int, _ b: Int)
12331233
```
12341234
@@ -1253,7 +1253,7 @@ final class LocalSwiftTests: XCTestCase {
12531253
XCTAssertEqual(content.kind, .markdown)
12541254
XCTAssertEqual(content.value, ##"""
12551255
\*%\*(\_:\_:)
1256-
```
1256+
```swift
12571257
func *%* (lhs: String, rhs: String)
12581258
```
12591259

0 commit comments

Comments
 (0)