summaryrefslogtreecommitdiffstats
path: root/tests/018/format.tl
Commit message (Collapse)AuthorAgeFilesLines
* format: ~x/~X specifiers support buffers.Kaz Kylheku2021-05-041-0/+29
* buf.c (buf_hex): New function. * buf.h (buf_hex): Declared. * stream.c (formatv): Support printing of buffers in hex via temporary buffer containing hex characters, similarly to how bignums are handled. * tests/018/format.tl: New file, providing some coverage over new and affected code.