mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 14:40:06 +02:00
Commands to engine (#3448)
* commands to engine * Correction of error in parser * Added detailed regex error to parse * better regex error parsing * clippy corrections * parse example with test * secondary error for regex * removed clone in error parser * Secondary error message
This commit is contained in:
@ -181,7 +181,7 @@ mod regex {
|
||||
"#
|
||||
));
|
||||
|
||||
assert!(actual.err.contains("invalid regex"));
|
||||
assert!(actual.err.contains("unclosed group"));
|
||||
})
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user