Closed Wellingborough closed 11 months ago
Hmmm. Something else is going on here; the following value is rejected as malformed: #&01F6.
Ah - I think the regex means that we expect numbers, then letters. So, anything with numbers after letters fails...
If we have a hex value of "#&FFFF", everything is fine, but with a trailing space "#&FFFF " fails the hex test. I thought we were stripping the whitespace from everything, and it looks like whitespace is indeed stripped from labels.