summaryrefslogtreecommitdiff
path: root/Test/V13zformat.ztst
AgeCommit message (Collapse)AuthorFilesLines
2021-11-1249561: add zformat -F option, similar to -f but ternary expressions check ↵Oliver Kiddle1-0/+24
for existence instead of doing math evaluation
2019-12-2645137: zformat: Allow the specifying minimum width and a dot with an empty ↵Daniel Shahaf1-0/+2
maximum width. Before this commit, format specs such as '%5.s' would be printed literally. Now, they are treated as equivalent to '%5s'. The '.' character is not allowed to be used in specs, so there is no incompatibility.
2019-12-2645138: Add zformat unit tests.Daniel Shahaf1-0/+65