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 77ae522 commit 49114a4Copy full SHA for 49114a4
Tests/JExtractSwiftTests/Asserts/TextAssertions.swift
@@ -189,13 +189,6 @@ func assertOutput(
189
for (n, g) in gotLines.enumerated() where n >= printFromLineNo {
190
let baseLine = "\(n): \(g)"
191
var line = baseLine
192
- if diffLineNumbers.contains(n) {
193
- line += "\n"
194
- let leadingCount = "\(n): ".count
195
- let message = "\(String(repeating: " ", count: leadingCount))\(String(repeating: "^", count: 8)) EXPECTED MATCH OR SEARCHING FROM HERE "
196
- line += "\(message)\(String(repeating: "^", count: max(0, line.count - message.count)))"
197
- line = line.red
198
- }
199
print(line)
200
}
201
print("==== ---------------------------------------------------------------\n")
0 commit comments