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 0b42be0 commit 1a4787fCopy full SHA for 1a4787f
tests/repl/test_parser.rs
@@ -1046,8 +1046,5 @@ fn quote_escape_but_not_env_shorthand() -> TestResult {
1046
// https://github.com/nushell/nushell/issues/16586
1047
#[test]
1048
fn redefine_def_should_not_panic() -> TestResult {
1049
- fail_test(
1050
- r#"def def (=a|s)>"#,
1051
- "Missing required positional argument.",
1052
- )
+ fail_test(r#"def def (=a|s)>"#, "Unclosed delimiter")
1053
}
0 commit comments