Closed MarcioPorto closed 6 years ago
Measure names can contain special characters, so VALID_FILTER_RE must be updated to reflect that. "#$%&'()*+,-./:;?@[\]^_`{|}~ are now accepted, <=> are ignored because they are matched as operands.
VALID_FILTER_RE
"#$%&'()*+,-./:;?@[\]^_`{|}~
<=>
@jspeis do you have access to merge PRs into this repo?
@davelandry @jspeis I'll merge! BTW, gimme a heads up over email when you need something merged.
thanks @jazzido!
Measure names can contain special characters, so
VALID_FILTER_RE
must be updated to reflect that."#$%&'()*+,-./:;?@[\]^_`{|}~
are now accepted,<=>
are ignored because they are matched as operands.