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 8fa3a67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clap_complete/tests/testsuite/bash.rs
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ fn complete_static_file_hint() {
common::load_runtime::<completest_pty::BashRuntimeBuilder>("static", "exhaustive");

let input = "exhaustive hint --file test\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 8fa3a67

Please sign in to comment.