htm
htm copied to clipboard
Add failing test for syntax error
I saw this issue occur in real life, and noticed that the error message is very unclear:
TypeError: unknown:
(intermediate value)(intermediate value).pushis not a function
I’m not sure how this should be fixed (re-throwing a clearer error or turning this into a valid parse perhaps?) but I wanted to raise it anyway.