robertwilczynski / nChronic

A natural language date/time parser ported from Ruby
MIT License
67 stars 34 forks source link

Fixed normalization to handle uppercase letters #1

Closed mmozuras closed 12 years ago

mmozuras commented 12 years ago

Tests in BasicExpressionsTests.cs define the issue pretty well. This was written about at Elegant Code. Parser.cs also didn't have consistent line endings, this might make reading the diff a little bit harder, but I hope you won't mind.

robertwilczynski commented 12 years ago

Thanks for the patch and the link to the post - didn't even know the project got noticed :)