mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 06:30:08 +02:00
replace the regex crate with the fancy-regex crate (#6227)
This commit is contained in:
@ -184,7 +184,9 @@ mod regex {
|
||||
"#
|
||||
));
|
||||
|
||||
assert!(actual.err.contains("unclosed group"));
|
||||
assert!(actual
|
||||
.err
|
||||
.contains("Opening parenthesis without closing parenthesis"));
|
||||
})
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user