Kampfkarren / full-moon

A lossless Lua 5.1 parser
Mozilla Public License 2.0
394 stars 52 forks source link

Fix attachment of trailing trivia with tab characters #324

Closed JohnnyMorganz closed 1 week ago

JohnnyMorganz commented 1 month ago

There is a bug where trivia beginning with tab characters are incorrectly attached as leading trivia of the next token, rather than trailing trivia of the current token.

Fixes #323