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 e38f34b commit 3d67401Copy full SHA for 3d67401
Tests/SourceKitLSPTests/CodeLensTests.swift
@@ -229,7 +229,7 @@ final class CodeLensTests: XCTestCase {
229
CodeLens(
230
range: positions["1️⃣"]..<positions["2️⃣"],
231
command: Command(
232
- title: "Play \"MyApp/Test.swift:2:1\"",
+ title: #"Play "MyApp/Test.swift:2:1""#,
233
command: "swift.play",
234
arguments: [
235
TextDocumentPlayground(
0 commit comments