elm / error-message-catalog

A catalog of broken Elm programs / data to improve error messages
BSD 3-Clause "New" or "Revised" License
173 stars 17 forks source link

Forgot closing ) or ] #177

Closed evancz closed 7 years ago

evancz commented 7 years ago

A fairly particular error has been reported about closing parens a few times:

There is only one about missing closing braces, and it has no SSCCE:

evancz commented 7 years ago

This will be improved a lot by the new parser. Here is one example:

91e1d486-c2e5-11e6-90b3-114c6822dc24

See the more specific issues for more examples.