Skip to content

Commit

Permalink
DELETE ME
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Sep 4, 2024
1 parent d0f8724 commit d0de54f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion clap_complete/tests/testsuite/bash.rs
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,8 @@ fn complete_static_file_hint() {
let mut runtime =
common::load_runtime::<completest_pty::BashRuntimeBuilder>("static", "exhaustive");

let input = "exhaustive hint --file test\t";
let input = "exhaustive hint --file test\t\t";
let _ = dbg!(std::env::current_dir());
let expected = snapbox::str!["exhaustive hint --file test % exhaustive hint --file tests/"];
let actual = runtime.complete(input, &term).unwrap();
assert_data_eq!(actual, expected);
Expand Down

0 comments on commit d0de54f

Please sign in to comment.