zero padding does not work in combination with plus sign
Open
- Dominant language
- C++
- Stars
- 31
- Forks
- 53
- PR merge metrics
- No merged PRs in 30d
Description
i.e. %07d will result in padding to 7 digits with zeros and %+d will show unpadded digits with plus sign if positive, but %+07d only shows the plus sign (if positive) but does not zero pad
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.