1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-14 17:21:04 +00:00
uutils-coreutils/tests
Coba Weel 7efe33108a Fix issue 5576 (regex matching bug in expr)
Issue 5576 reported a bug in expr, found by the fuzzer. The problem
turns out to be with the regex match operator `:`, which is defined in
POSIX and the GNU manual to match the pattern only when it occurs at
the beginning of the string, i.e., the regex has an implicit `^`
prepended to it. We hadn't been doing that.
2023-11-23 16:26:37 +01:00
..
benches/factor Add license headers on all files 2023-08-21 10:49:27 +02:00
by-util Fix issue 5576 (regex matching bug in expr) 2023-11-23 16:26:37 +01:00
common util: extend run_ucmd_as_root for stdin/stdout 2023-09-24 10:00:10 +02:00
fixtures split: implementing separator option (#5331) 2023-10-03 00:42:46 +02:00
test_util_name.rs Add license headers on all files 2023-08-21 10:49:27 +02:00
tests.rs relpath: remove 2023-10-04 16:13:06 +02:00