File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -1008,7 +1008,7 @@ final class SwiftCompletionTests: XCTestCase {
1008
1008
insertText: """
1009
1009
myMap { ${1:Int} in
1010
1010
${2:Bool}
1011
- }
1011
+ }
1012
1012
""" ,
1013
1013
insertTextFormat: . snippet,
1014
1014
textEdit: . textEdit(
@@ -1017,7 +1017,7 @@ final class SwiftCompletionTests: XCTestCase {
1017
1017
newText: """
1018
1018
myMap { ${1:Int} in
1019
1019
${2:Bool}
1020
- }
1020
+ }
1021
1021
"""
1022
1022
)
1023
1023
)
@@ -1055,7 +1055,7 @@ final class SwiftCompletionTests: XCTestCase {
1055
1055
insertText: """
1056
1056
?.myMap { ${1:Int} in
1057
1057
${2:Bool}
1058
- }
1058
+ }
1059
1059
""" ,
1060
1060
insertTextFormat: . snippet,
1061
1061
textEdit: . textEdit(
@@ -1064,7 +1064,7 @@ final class SwiftCompletionTests: XCTestCase {
1064
1064
newText: """
1065
1065
?.myMap { ${1:Int} in
1066
1066
${2:Bool}
1067
- }
1067
+ }
1068
1068
"""
1069
1069
)
1070
1070
)
@@ -1103,9 +1103,9 @@ final class SwiftCompletionTests: XCTestCase {
1103
1103
insertText: """
1104
1104
myMap { ${1:Int} in
1105
1105
${2:Bool}
1106
- } _: { ${3:Int} in
1106
+ } _: { ${3:Int} in
1107
1107
${4:String}
1108
- }
1108
+ }
1109
1109
""" ,
1110
1110
insertTextFormat: . snippet,
1111
1111
textEdit: . textEdit(
@@ -1114,9 +1114,9 @@ final class SwiftCompletionTests: XCTestCase {
1114
1114
newText: """
1115
1115
myMap { ${1:Int} in
1116
1116
${2:Bool}
1117
- } _: { ${3:Int} in
1117
+ } _: { ${3:Int} in
1118
1118
${4:String}
1119
- }
1119
+ }
1120
1120
"""
1121
1121
)
1122
1122
)
@@ -1155,9 +1155,9 @@ final class SwiftCompletionTests: XCTestCase {
1155
1155
insertText: """
1156
1156
myMap { ${1:Int} in
1157
1157
${2:Bool}
1158
- } second: { ${3:Int} in
1158
+ } second: { ${3:Int} in
1159
1159
${4:String}
1160
- }
1160
+ }
1161
1161
""" ,
1162
1162
insertTextFormat: . snippet,
1163
1163
textEdit: . textEdit(
@@ -1166,9 +1166,9 @@ final class SwiftCompletionTests: XCTestCase {
1166
1166
newText: """
1167
1167
myMap { ${1:Int} in
1168
1168
${2:Bool}
1169
- } second: { ${3:Int} in
1169
+ } second: { ${3:Int} in
1170
1170
${4:String}
1171
- }
1171
+ }
1172
1172
"""
1173
1173
)
1174
1174
)
You can’t perform that action at this time.
0 commit comments