Whitespace should be allowed, but only space is recognized
Closed this issue · 1 comments
god-anubis commented
Line 61 in 7d03a0b
This line should allow for both space and tab
e.g.
Some(' ') | Some ('\t') => {},
aneeshdurg commented
Thanks for opening this! Looks like the spec even specifically mentions that tabs should be allowed 🤦