test: Add a test for strim()
authorSimon Glass <sjg@chromium.org>
Thu, 1 May 2025 11:10:09 +0000 (05:10 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 16 May 2025 04:21:37 +0000 (06:21 +0200)
commit13223f8ea1ed102055362bc7ee242bf992443ca1
tree9f834024d5cc36cbf113be01aa7d24d8d0655a70
parentaea684a0c31cb2b0442eab965c2b08ed8d1abfd0
test: Add a test for strim()

This function trims whitespace from the start and end of a string. Add a
test for it.

Signed-off-by: Simon Glass <sjg@chromium.org>
test/lib/string.c