mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
expr: Fix testing UnmatchedOpeningBrace
This commit is contained in:
parent
6b49b26af7
commit
639310c697
1 changed files with 1 additions and 1 deletions
|
@ -992,7 +992,7 @@ mod test {
|
||||||
);
|
);
|
||||||
|
|
||||||
assert_eq!(
|
assert_eq!(
|
||||||
check_posix_regex_errors(r"\{1,2"),
|
check_posix_regex_errors(r"a\{1,2"),
|
||||||
Err(ExprError::UnmatchedOpeningBrace)
|
Err(ExprError::UnmatchedOpeningBrace)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue