Skip to content

Commit

Permalink
Adjust tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Rivas committed Oct 30, 2022
1 parent b025582 commit 44c6ddc
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion clap_mangen/tests/snapshots/aliases.bash.roff
Expand Up @@ -9,7 +9,7 @@ my/-app /- testing bash completions
testing bash completions
.SH OPTIONS
.TP
/fB/-f/fR, /fB/-/-flag/fR [default: false]
/fB/-f/fR, /fB/-/-flag/fR
cmd flag
.TP
/fB/-o/fR, /fB/-/-option/fR
Expand Down
4 changes: 2 additions & 2 deletions clap_mangen/tests/snapshots/basic.bash.roff
Expand Up @@ -8,10 +8,10 @@ my/-app
.SH DESCRIPTION
.SH OPTIONS
.TP
/fB/-c/fR [default: false]
/fB/-c/fR

.TP
/fB/-v/fR [default: false]
/fB/-v/fR

.TP
/fB/-h/fR, /fB/-/-help/fR
Expand Down
2 changes: 1 addition & 1 deletion clap_mangen/tests/snapshots/feature_sample.bash.roff
Expand Up @@ -9,7 +9,7 @@ my/-app /- Tests completions
Tests completions
.SH OPTIONS
.TP
/fB/-c/fR, /fB/-/-config/fR [default: 0]
/fB/-c/fR, /fB/-/-config/fR
some config file
.TP
/fB/-h/fR, /fB/-/-help/fR
Expand Down
12 changes: 6 additions & 6 deletions clap_mangen/tests/snapshots/quoting.bash.roff
Expand Up @@ -8,22 +8,22 @@ my/-app
.SH DESCRIPTION
.SH OPTIONS
.TP
/fB/-/-single/-quotes/fR [default: false]
/fB/-/-single/-quotes/fR
Can be /*(Aqalways/*(Aq, /*(Aqauto/*(Aq, or /*(Aqnever/*(Aq
.TP
/fB/-/-double/-quotes/fR [default: false]
/fB/-/-double/-quotes/fR
Can be "always", "auto", or "never"
.TP
/fB/-/-backticks/fR [default: false]
/fB/-/-backticks/fR
For more information see `echo test`
.TP
/fB/-/-backslash/fR [default: false]
/fB/-/-backslash/fR
Avoid /*(Aq//n/*(Aq
.TP
/fB/-/-brackets/fR [default: false]
/fB/-/-brackets/fR
List packages [filter]
.TP
/fB/-/-expansions/fR [default: false]
/fB/-/-expansions/fR
Execute the shell command with $SHELL
.TP
/fB/-h/fR, /fB/-/-help/fR
Expand Down
2 changes: 1 addition & 1 deletion clap_mangen/tests/snapshots/special_commands.bash.roff
Expand Up @@ -9,7 +9,7 @@ my/-app /- Tests completions
Tests completions
.SH OPTIONS
.TP
/fB/-c/fR, /fB/-/-config/fR [default: 0]
/fB/-c/fR, /fB/-/-config/fR
some config file
.TP
/fB/-h/fR, /fB/-/-help/fR
Expand Down
2 changes: 1 addition & 1 deletion clap_mangen/tests/snapshots/sub_subcommands.bash.roff
Expand Up @@ -9,7 +9,7 @@ my/-app /- Tests completions
Tests completions
.SH OPTIONS
.TP
/fB/-c/fR, /fB/-/-config/fR [default: 0]
/fB/-c/fR, /fB/-/-config/fR
some config file
.TP
/fB/-h/fR, /fB/-/-help/fR
Expand Down

0 comments on commit 44c6ddc

Please sign in to comment.