Skip to content

Commit

Permalink
Complete implementation of NSScanner
Browse files Browse the repository at this point in the history
- 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
ms-jihua committed Apr 20, 2017
1 parent 4018385 commit 658f544
Show file tree
Hide file tree
Showing 5 changed files with 1,043 additions and 298 deletions.
Loading

0 comments on commit 658f544

Please sign in to comment.