borgar / numfmt

Full ECMA-376 number and date formatting in JavaScript
40 stars 9 forks source link

Mmmm incorrectly yields "1Jan" instead of "January" #55

Closed borgar closed 3 weeks ago

borgar commented 3 weeks ago

Looks like the tokenizer is splitting this up as ["M", "mmm"] rather than keeping the token ["Mmmm"]