AJChapman / formatting

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

Check if minBound is negative in decimal #65

Closed ghost closed 4 years ago

ghost commented 4 years ago

Fixes #62

AJChapman commented 4 years ago

Thanks @axman6-da. Would you mind adding a regression test for this as well?

ghost commented 4 years ago

I've added a couple of tests, and cleaned up things a bit - I'm happy to revert and try and match the style if you prefer, this just felt more consistent with how I've used and see spec in the past.