Romans Karpelcevs

Results 3 comments of Romans Karpelcevs

@MrRipcord One of the things you could try is have an extension such as this: ``` extension XCTestCase { var sanitizedName: String? { let characterSet = CharacterSet(charactersIn: "[]+-") return self.name.components(separatedBy:...

Same here, but also reproduced with your example code on `0.9.10` as well.

@getaaron no. Sad to say, I had to go live with this bug. Investigation showed that caret tends to be in incorrect position until at least a new event cycle...