AJChapman / formatting

Format strings type-safely with combinators
BSD 3-Clause "New" or "Revised" License
164 stars 39 forks source link

groupInt on negative numbers #28

Closed tonyday567 closed 6 years ago

tonyday567 commented 7 years ago

sformat (groupInt 3 ',') -100 gives "-,100"

chrisdone commented 6 years ago

Added regression tests for this.