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 93e905c commit 60fa670Copy full SHA for 60fa670
…ntaxBuilderTest/StringLiteralTests.swift …rTest/StringLiteralExprSyntaxTests.swiftTests/SwiftSyntaxBuilderTest/StringLiteralTests.swift renamed to Tests/SwiftSyntaxBuilderTest/StringLiteralExprSyntaxTests.swift
@@ -14,7 +14,7 @@ import XCTest
14
import SwiftSyntax
15
import SwiftSyntaxBuilder
16
17
-final class StringLiteralTests: XCTestCase {
+final class StringLiteralExprSyntaxTests: XCTestCase {
18
func testStringLiteral() {
19
let leadingTrivia = Trivia.unexpectedText("␣")
20
let testCases: [UInt: (String, String)] = [
0 commit comments