We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 247f854 commit 3f9a5f3Copy full SHA for 3f9a5f3
tests/by-util/test_expr.rs
@@ -298,6 +298,10 @@ fn test_regex() {
298
.args(&["a", ":", "a$\\|b"])
299
.succeeds()
300
.stdout_only("1\n");
301
+ new_ucmd!()
302
+ .args(&["ab", ":", "a\\(b$\\)"])
303
+ .succeeds()
304
+ .stdout_only("b\n");
305
new_ucmd!()
306
.args(&["abc", ":", "^abc"])
307
0 commit comments