Closed pkamenarsky closed 3 years ago
Introduces a whitespace-around-equals CPP flag to allow the consumers of the library to decide whether they would like to take a performance hit in exchange for correctly parsing whitespace around = characters in attribute definitions.
whitespace-around-equals
=
See #22, #19.
Btw, I've also merged into master on my fork, so let me know if you actually prefer a new PR from master if you're happy with that approach.
master
Introduces a
whitespace-around-equals
CPP flag to allow the consumers of the library to decide whether they would like to take a performance hit in exchange for correctly parsing whitespace around=
characters in attribute definitions.See #22, #19.