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

toString: don’t escape single quotes in strings and double quotes in char. #70

Merged
merged 1 commit into from Dec 29, 2014

Conversation

Projects
None yet
2 participants
@laszlopandy
Contributor

laszlopandy commented Dec 29, 2014

I propose not escaping the ' in strings and " in chars because otherwise you get outputs like this:
(Err "could not convert string \'y\' to an Int")

evancz pushed a commit that referenced this pull request Dec 29, 2014

Merge pull request #70 from laszlopandy/tostring-escaped-quotes
toString: don’t escape single quotes in strings and double quotes in char.

@evancz evancz merged commit 6640cdc into elm:master Dec 29, 2014

1 check passed

continuous-integration/travis-ci The Travis CI build passed
Details

@laszlopandy laszlopandy deleted the laszlopandy:tostring-escaped-quotes branch Jan 5, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment