Currently, the parser isn't very forgiving when it comes to excess whitespace **Changes** - [ ] ignore leading whitespace on unquoted values - [ ] ignore trailing whitespace on unquoted values - [ ] ignore leading whitespace on quoted values - [ ] ignore trailing whitespace on quoted values - [ ] full test coverage for the new functionality