File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
clap_complete/tests/testsuite Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -982,7 +982,7 @@ a_pos,c_pos"
982982}
983983
984984#[ test]
985- fn suggest_allow_hyhpen ( ) {
985+ fn suggest_allow_hyphen ( ) {
986986 let mut cmd = Command :: new ( "exhaustive" )
987987 . arg (
988988 clap:: Arg :: new ( "format" )
@@ -1028,7 +1028,7 @@ fn suggest_allow_hyhpen() {
10281028}
10291029
10301030#[ test]
1031- fn suggest_positional_long_allow_hyhpen ( ) {
1031+ fn suggest_positional_long_allow_hyphen ( ) {
10321032 let mut cmd = Command :: new ( "exhaustive" )
10331033 . arg (
10341034 clap:: Arg :: new ( "format" )
@@ -1090,7 +1090,7 @@ pos_b"
10901090}
10911091
10921092#[ test]
1093- fn suggest_positional_short_allow_hyhpen ( ) {
1093+ fn suggest_positional_short_allow_hyphen ( ) {
10941094 let mut cmd = Command :: new ( "exhaustive" )
10951095 . arg (
10961096 clap:: Arg :: new ( "format" )
You can’t perform that action at this time.
0 commit comments