aneeshdurg/hostfile

Whitespace should be allowed, but only space is recognized

Closed this issue · 1 comments

Some(' ') => {},

This line should allow for both space and tab
e.g.
Some(' ') | Some ('\t') => {},

Thanks for opening this! Looks like the spec even specifically mentions that tabs should be allowed 🤦