]> git.ipfire.org Git - thirdparty/u-boot.git/commit
test: slre: add tests for character ranges
authorRasmus Villemoes <ravi@prevas.dk>
Tue, 13 May 2025 08:40:33 +0000 (10:40 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 29 May 2025 14:25:18 +0000 (08:25 -0600)
commitde6e54d74dec9da5d7b8572d5a0711c7280eae2c
treeefce9f2bdc78e717711b54076516880b2444c493
parentfe4f21185050ef3f2cc847ba04701d1e714522e3
test: slre: add tests for character ranges

The first of these, { "U-Boot", "^[B-Uo-t]*$", 0 }, would match
previously when the - and the letters were all interpreted literally.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Rasmus Villemoes <ravi@prevas.dk>
test/lib/slre.c