Skip to content

Commit 7faf737

Browse files
committed
Update tests.
1 parent 2dfa027 commit 7faf737

File tree

5 files changed

+8
-18
lines changed

5 files changed

+8
-18
lines changed

crates/mdman/tests/compare/expected/formatting.1

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,8 @@ With a second paragraph inside it
6666
.sp
6767
.RS 4
6868
\h'-04'\(bu\h'+02'Milk
69-
.sp
70-
.RS 4
71-
\h'-04' 5.\h'+01'Don't start at one.
72-
.RE
73-
.sp
74-
.RS 4
75-
\h'-04' 6.\h'+01'tamarind
76-
.RE
69+
5. Don\[cq]t start at one.
70+
6. tamarind
7771
.RE
7872
.RE
7973
.sp

crates/mdman/tests/compare/expected/formatting.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,7 @@ LISTS
4343

4444
o Eggs
4545

46-
o Milk
47-
48-
5. Don't start at one.
49-
50-
6. tamarind
46+
o Milk 5. Don’t start at one. 6. tamarind
5147

5248
2. Second element
5349

crates/mdman/tests/compare/expected/options.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ my\-command \- A brief description
1212
.br
1313
\fBmy\-command\fR (\fB\-m\fR | \fB\-M\fR) [\fIoldbranch\fR] \fInewbranch\fR
1414
.br
15-
\fBmy\-command\fR (\fB\-d\fR | \fB\-D\fR) [\fB\-r\fR] \fIbranchname\fR\&...
15+
\fBmy\-command\fR (\fB\-d\fR | \fB\-D\fR) [\fB\-r\fR] \fIbranchname\fR\[u2026]
1616
.SH "DESCRIPTION"
1717
A description of the command.
1818
.sp
@@ -49,7 +49,7 @@ Demo \fIemphasis\fR, \fBstrong\fR, ~~strike~~
4949
This has multiple flags.
5050
.RE
5151
.sp
52-
\fInamed\-arg...\fR
52+
\fInamed\-arg\[u2026]\fR
5353
.RS 4
5454
A named argument.
5555
.RE

crates/mdman/tests/compare/expected/options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ A description of the command.
3737
<dd class="option-desc">This has multiple flags.</dd>
3838

3939

40-
<dt class="option-term" id="option-options-named-arg..."><a class="option-anchor" href="#option-options-named-arg..."></a><em>named-arg...</em></dt>
40+
<dt class="option-term" id="option-options-named-arg"><a class="option-anchor" href="#option-options-named-arg"></a><em>named-arg</em></dt>
4141
<dd class="option-desc">A named argument.</dd>
4242

4343

crates/mdman/tests/compare/expected/options.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ SYNOPSIS
77
my-command [--abc | --xyz] name
88
my-command [-f file]
99
my-command (-m | -M) [oldbranch] newbranch
10-
my-command (-d | -D) [-r] branchname...
10+
my-command (-d | -D) [-r] branchname
1111

1212
DESCRIPTION
1313
A description of the command.
@@ -29,7 +29,7 @@ OPTIONS
2929
-p spec, --package spec
3030
This has multiple flags.
3131

32-
named-arg...
32+
named-arg
3333
A named argument.
3434

3535
Common Options

0 commit comments

Comments
 (0)