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

Allow toString to handle null values #477

Closed
wants to merge 2 commits into
base: master
from

Conversation

Projects
None yet
2 participants
@Greatlemer

Greatlemer commented Jan 9, 2016

When I was trying to use ElmTest to compare two Html elements I began getting problems as there were some null attributes which toString couldn't handle. This change prevents that issue from happening.

@jvoigtlaender

This comment has been minimized.

Show comment
Hide comment
@jvoigtlaender

jvoigtlaender Jan 19, 2016

Contributor

I'm closing this, as a duplicate of https://github.com/elm-lang/core/pull/183. Please comment over there if there is something to add to the discussion of how this should be handled.

Contributor

jvoigtlaender commented Jan 19, 2016

I'm closing this, as a duplicate of https://github.com/elm-lang/core/pull/183. Please comment over there if there is something to add to the discussion of how this should be handled.

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