Open psbss opened 3 months ago
Hi giginet! I found small issue. I would be very grateful if you could resolve this 🙏
When the script is run with a comment a few lines above the class in the test case, there seems to be a problem with duplication.
mint
original source code
@testable import FooService import XCTest // swiftlint:disable type_body_length final class FooServiceTestCases: XCTestCase {
after run swiftTestingRevolutionary
// swiftlint:disable type_body_length @Suite // swiftlint:disable type_body_length // here is duplicated 😭 struct FooServiceTestCases {
Treating leading trivia is too complex. I'll add the test case!
Hi giginet! I found small issue. I would be very grateful if you could resolve this 🙏
Issue detail
When the script is run with a comment a few lines above the class in the test case, there seems to be a problem with duplication.
Method
mint
Sample code
original source code
after run swiftTestingRevolutionary