File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -112,8 +112,9 @@ extension DangerFileGeneratorTests {
112
112
}
113
113
114
114
private var contentWithMultipleImports : String {
115
- " // fileImport: " + file2Path + " \n \n " +
116
- " // fileImport: " + file3Path + " \n " + contentWithOneImport
115
+ " // fileImport: " + file2Path + " \n \n "
116
+ + " // fileImport: " + file3Path + " \n "
117
+ + contentWithOneImport
117
118
}
118
119
119
120
private var file1Content : String {
@@ -125,12 +126,17 @@ extension DangerFileGeneratorTests {
125
126
126
127
private var file2Content : String {
127
128
"""
129
+ import Danger
130
+
128
131
file2Content ⚠️
129
132
"""
130
133
}
131
134
132
135
private var file3Content : String {
133
136
"""
137
+ import Danger
138
+ import Foundation
139
+
134
140
file3Content 👩👩👦👦
135
141
secondLine
136
142
really really really really really really really really really really really really \
You can’t perform that action at this time.
0 commit comments