Scott Morrison
Results
2
issues of
Scott Morrison
Fixes issues with serializing U+00A0 (Non-breaking space) character to entity The specification for the unicode for U+00A0 is incorrect in both methods that attempt the string replacement
OC Mock does not handle mocked classes that have methods with variadic arguments. Eg `-(void)log:(NSString*)format, ....;` When theses methods are called on mocked objects, the variadic arguments are not included...