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"
982
982
}
983
983
984
984
#[ test]
985
- fn suggest_allow_hyhpen ( ) {
985
+ fn suggest_allow_hyphen ( ) {
986
986
let mut cmd = Command :: new ( "exhaustive" )
987
987
. arg (
988
988
clap:: Arg :: new ( "format" )
@@ -1028,7 +1028,7 @@ fn suggest_allow_hyhpen() {
1028
1028
}
1029
1029
1030
1030
#[ test]
1031
- fn suggest_positional_long_allow_hyhpen ( ) {
1031
+ fn suggest_positional_long_allow_hyphen ( ) {
1032
1032
let mut cmd = Command :: new ( "exhaustive" )
1033
1033
. arg (
1034
1034
clap:: Arg :: new ( "format" )
@@ -1090,7 +1090,7 @@ pos_b"
1090
1090
}
1091
1091
1092
1092
#[ test]
1093
- fn suggest_positional_short_allow_hyhpen ( ) {
1093
+ fn suggest_positional_short_allow_hyphen ( ) {
1094
1094
let mut cmd = Command :: new ( "exhaustive" )
1095
1095
. arg (
1096
1096
clap:: Arg :: new ( "format" )
You can’t perform that action at this time.
0 commit comments