We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 789f92b commit e665bbbCopy full SHA for e665bbb
crates/nu-cli/tests/completions/mod.rs
@@ -934,6 +934,7 @@ fn partial_completions() {
934
file(dir.join("partial-b").join("hello_b")),
935
file(dir.join("partial-b").join("hi_b")),
936
file(dir.join("partial-c").join("hello_c")),
937
+ format!("`{}`", file(dir.join("partial-d(").join(".gitkeep"))),
938
];
939
940
// Match the results
tests/fixtures/partial_completions/partial-d(/.gitkeep
0 commit comments