mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
expr: Fix testing UnmatchedOpeningBrace
This commit is contained in:
@@ -992,7 +992,7 @@ mod test {
|
||||
);
|
||||
|
||||
assert_eq!(
|
||||
check_posix_regex_errors(r"\{1,2"),
|
||||
check_posix_regex_errors(r"a\{1,2"),
|
||||
Err(ExprError::UnmatchedOpeningBrace)
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user