Change expected sort order for file_completion_quoted
This commit is contained in:
parent
62c087baf3
commit
3121e4c18f
|
@ -662,11 +662,11 @@ fn file_completion_quoted() {
|
||||||
let suggestions = completer.complete(target_dir, target_dir.len());
|
let suggestions = completer.complete(target_dir, target_dir.len());
|
||||||
|
|
||||||
let expected_paths: Vec<String> = vec![
|
let expected_paths: Vec<String> = vec![
|
||||||
"\'[a] bc.txt\'".to_string(),
|
|
||||||
"`--help`".to_string(),
|
"`--help`".to_string(),
|
||||||
"`-42`".to_string(),
|
"`-42`".to_string(),
|
||||||
"`-inf`".to_string(),
|
"`-inf`".to_string(),
|
||||||
"`4.2`".to_string(),
|
"`4.2`".to_string(),
|
||||||
|
"\'[a] bc.txt\'".to_string(),
|
||||||
"`te st.txt`".to_string(),
|
"`te st.txt`".to_string(),
|
||||||
"`te#st.txt`".to_string(),
|
"`te#st.txt`".to_string(),
|
||||||
"`te'st.txt`".to_string(),
|
"`te'st.txt`".to_string(),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user