Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Complete implementation of NSScanner
- Implemented the following functions/properties: - locale - copyWithZone: - localizedScannerWithString: - scanDecimal: - scanHexDouble: - scanHexFloat: - Added unit tests for NSScanner (there were none, including for previously implemented features) - Fixed a number of edge cases that were incorrect Fixes microsoft#2083
- Loading branch information