Skip to content

Bug regression fix

Pre-release
Pre-release
Compare
Choose a tag to compare
@element-of-surprise element-of-surprise released this 07 Jul 00:27
· 2 commits to master since this release

Had a bug where a Line.Raw might start with \n if the line before it was a blank line. Since we don't want that, chopping it off in the lexer before the Item gets sent along for parsing.

Also added a regression test and fixed up another test.

And added stringer go generate for ItemType.