about summary refs log tree commit diff
path: root/Test/V13zformat.ztst
Commit message (Collapse)AuthorAgeFilesLines
* 49561: add zformat -F option, similar to -f but ternary expressions check ↵Oliver Kiddle2021-11-121-0/+24
| | | | for existence instead of doing math evaluation
* 45137: zformat: Allow the specifying minimum width and a dot with an empty ↵Daniel Shahaf2019-12-261-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.
* 45138: Add zformat unit tests.Daniel Shahaf2019-12-261-0/+65