can not compile empty list of words #739
Closed
Comments
summivox
added a commit
to summivox/LiveScript
that referenced
this issue
Jan 10, 2016
reason: unchecked array bound
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If I have an empty list of words like this
the lexer throws
TypeError: Cannot read property '0' of undefined
. This only happens if the only character in brackets is the newline. Multiple newlines and whitespace are ok.The text was updated successfully, but these errors were encountered: