We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
_comp_cmd_java__packages
1 parent 3818ee6 commit c2240bcCopy full SHA for c2240bc
test/t/test_java.py
@@ -85,3 +85,8 @@ def test_packages_5(self, bash):
85
bash,
86
"_comp_test_f() { local cword=3 words=(javadoc -sourcepath java/a a.b.c); COMPREPLY+=(); _comp_cmd_java__packages; }; _comp_test_f",
87
)
88
+
89
+ @pytest.mark.complete("javadoc -sourcepath java a.")
90
+ def test_packages_6(self, completion):
91
+ """A period in package names should not be converted to slash."""
92
+ assert completion == "c"
0 commit comments