magiconair / properties

Java properties scanner for Go
BSD 2-Clause "Simplified" License
323 stars 77 forks source link

Issue #23: ignore blank lines with only whitespace #25

Closed magiconair closed 7 years ago

magiconair commented 7 years ago

This patch changes the parser so that it will ignore blank lines which contain only whitespace.

Fixes #23