You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There seems to be an issue with aligned fields where an extra leading space is added when the value has a trailing zero. To replicate, I added the following tests to an xchar-test.cc unit test:
fmt version: 8.1.1 and top-of-tree
There seems to be an issue with aligned fields where an extra leading space is added when the value has a trailing zero. To replicate, I added the following tests to an xchar-test.cc unit test:
The first test passes, but the second one shows the issue. A value of:
is returned by
fmt::format()
instead ofI'm not sure if the locale really affects it, I haven't played with the parameters that much. Let me know if you need more information.
The text was updated successfully, but these errors were encountered: