commit | 2df4f95c980fa6e37e4cda8abea5f3a6d611f1b5 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat Jan 29 16:33:16 2022 +0100 |
committer | Tom Rini <trini@konsulko.com> | Fri Feb 11 11:29:23 2022 -0500 |
tree | 5886f2d3c62f227f62cb4c67ac30a8f8ed9712f8 | |
parent | a59a8cb8f0aa9b4e76d7256552f29578ee132f62 [diff] |
test: test field truncation in snprint() The output size for snprint() should not only be respected for whole fields but also with fields. Add more tests. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>