On Mon, May 18, 2020 at 7:20 PM Gregory Nutt <spudan...@gmail.com> wrote: > LGTM. I can't come up with any credible case where that would fail > badly. I suppose if someone wanted SHMOOZHz that would be okay albeit > weird. One would normally expect a limited number of things before the > H, but I don't think we need be concerned about that.
I first considered making the code more complicated, rather than simpler, by specifically checking for Hz to be preceded by: * Numeric * Underscore * K, M, G But I think we're looking for accidental violations, not someone trying to be a wise guy. > There are some comments about around 1402 that would need a fixin' too. Okay. I'll look at that now. Nathan