leonidmelnyk

Results 3 comments of leonidmelnyk

@Lakr233 as a workaround, you can apply a transformation to convert the Unicode codes into valid chars: ``` extension StringTransform { static let unicodeToAny = StringTransform("Hex-Any") } let yamlString =...

The problem is that the captured test image has `size` with scale `2` when the reference image that is loaded from a file has `size * 2` with scale `1`....

I opened a PR with the fix https://github.com/uber/ios-snapshot-test-case/pull/198