mirror of
https://github.com/nushell/nushell.git
synced 2025-08-14 02:09:04 +02:00
Improve "Did you mean?" suggestions (#6579)
* Copy lev_distance.rs from the rust compiler * Minor changes to code from rust compiler * "Did you mean" suggestions: test instrumented to generate markdown report * Did you mean suggestions: delete test instrumentation * Fix tests * Fix test `foo` has a genuine match: `for` * Improve tests
This commit is contained in:
@ -97,7 +97,7 @@ fn use_eval_export_env_hide() {
|
||||
|
||||
let actual = nu!(cwd: dirs.test(), pipeline(&inp.join("; ")));
|
||||
|
||||
assert!(actual.err.contains("did you mean"));
|
||||
assert!(actual.err.contains("cannot find column"));
|
||||
})
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user