1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 19:17:43 +00:00

Merge pull request #7846 from frendsick/fix/expr-regex-option-singleline

expr: Fix regex anchor matching behavior with `REGEX_OPTION_SINGLELINE`
This commit is contained in:
Dorian Péron 2025-05-02 13:35:10 +02:00 committed by GitHub
commit f49e120877
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View file

@ -642,7 +642,6 @@ mod gnu_expr {
.stdout_only("1\n");
}
#[ignore]
#[test]
fn test_anchor() {
new_ucmd!()