commit | 9193d04e5d821ea8c1928e0431a1dcac60e7a0f9 | [log] [tgz] |
---|---|---|
author | Rasmus Villemoes <ravi@prevas.dk> | Tue May 13 10:40:33 2025 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu May 29 08:25:18 2025 -0600 |
tree | efce9f2bdc78e717711b54076516880b2444c493 | |
parent | 84e1f77430cf84168af44fb3b2b797043e703c7f [diff] |
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>