New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove incorrect upcase from Char.toCode (fix #50) #126

Merged
merged 1 commit into from Jan 22, 2015

Conversation

Projects
None yet
2 participants
@jonathanhefner
Contributor

jonathanhefner commented Jan 21, 2015

This is a straight-forward fix for #50. Simply removed the erroneous toUpperCase call.

Test coverage is included.

@evancz

This comment has been minimized.

Show comment
Hide comment
@evancz

evancz Jan 22, 2015

Member

Awesome, thank you for the fix!

Member

evancz commented Jan 22, 2015

Awesome, thank you for the fix!

evancz pushed a commit that referenced this pull request Jan 22, 2015

Merge pull request #126 from jonathanhefner/issue-50-fix-char-tocode
Remove incorrect upcase from Char.toCode (fix #50)

@evancz evancz merged commit 5d8a389 into elm:master Jan 22, 2015

1 check passed

continuous-integration/travis-ci The Travis CI build passed
Details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment