File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
CodeGeneration/Sources/generate-swiftsyntax/templates/swiftsyntax
Tests/SwiftParserTest/translated Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -38,12 +38,12 @@ let syntaxCollectionsFile = SourceFileSyntax(leadingTrivia: generateCopyrightHea
38
38
for node in SYNTAX_NODES where node. isSyntaxCollection {
39
39
let documentation =
40
40
node. description. map { " /// " + $0 }
41
- ?? """
42
- /// ` \( node. name) ` represents a collection of one or more
43
- /// ` \( node. collectionElement) ` nodes. \( node. name) behaves
44
- /// as a regular Swift collection, and has accessors that return new
45
- /// versions of the collection with different children.
46
- """
41
+ ?? """
42
+ /// ` \( node. name) ` represents a collection of one or more
43
+ /// ` \( node. collectionElement) ` nodes. \( node. name) behaves
44
+ /// as a regular Swift collection, and has accessors that return new
45
+ /// versions of the collection with different children.
46
+ """
47
47
48
48
try ! StructDeclSyntax (
49
49
"""
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ final class StringLiteralEofTests: XCTestCase {
105
105
foo
106
106
\(<#expression#>)"""
107
107
"""##
108
- // FIXME: The closing delimiter should be put on the new line
108
+ // FIXME: The closing delimiter should be put on the new line
109
109
)
110
110
}
111
111
You can’t perform that action at this time.
0 commit comments