You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 10, 2020. It is now read-only.
Test cases for calendar dates, week dates, and ordinal dates, both parsing and unparsing (in every variation, including substring parsing), in every combination of property settings. (Much of this could be adapted from the old pre-OCTest test monsters.)
Modernize code:
Move ivars to the module, where they belong.
Replace fake properties with real properties.
Replace fake Boolean type (BOOL) with real Boolean type (bool).