Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upAllow toString to handle null values #477
Conversation
Greatlemer
added some commits
Jan 9, 2016
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
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.
|
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. |
jvoigtlaender
closed this
Jan 19, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Greatlemer commentedJan 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.