Skip to content

Commit

Permalink
chore: Run yestests (post-changes)
Browse files Browse the repository at this point in the history
  • Loading branch information
kesara committed Dec 4, 2024
1 parent aa8a47b commit 3d8aa0d
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 14 deletions.
35 changes: 22 additions & 13 deletions tests/valid/docfile.html
Original file line number Diff line number Diff line change
Expand Up @@ -5616,7 +5616,7 @@ <h3 id="name-format-selection">
</h3>
<p id="appendix-B.3-1">
One or more of the following output formats may be specified. The default is --text. The destination filename will be based on the input filename, unless --out=FILE or --basename=BASE is used.
The group has 10 options.<a href="#appendix-B.3-1" class="pilcrow"></a></p>
The group has 11 options.<a href="#appendix-B.3-1" class="pilcrow"></a></p>
<span class="break"></span><dl class="dlNewline" id="appendix-B.3-2">
<dt id="appendix-B.3-2.1">
<div id="option--text">
Expand Down Expand Up @@ -5673,39 +5673,48 @@ <h3 id="name-format-selection">
</dd>
<dd class="break"></dd>
<dt id="appendix-B.3-2.13">
<div id="option--v2v3">
<code>--v2v3</code> </div>
<div id="option--use-bib">
<code>--use-bib</code> </div>
</dt>
<dd style="margin-left: 1.5em" id="appendix-B.3-2.14">
<p id="appendix-B.3-2.14.1">
Convert vocabulary version 2 XML to version 3.<a href="#appendix-B.3-2.14.1" class="pilcrow"></a></p>
Update all datatracker references with bib.ietf.org.<a href="#appendix-B.3-2.14.1" class="pilcrow"></a></p>
</dd>
<dd class="break"></dd>
<dt id="appendix-B.3-2.15">
<div id="option--preptool">
<code>--preptool</code> </div>
<div id="option--v2v3">
<code>--v2v3</code> </div>
</dt>
<dd style="margin-left: 1.5em" id="appendix-B.3-2.16">
<p id="appendix-B.3-2.16.1">
Run preptool on the input.<a href="#appendix-B.3-2.16.1" class="pilcrow"></a></p>
Convert vocabulary version 2 XML to version 3.<a href="#appendix-B.3-2.16.1" class="pilcrow"></a></p>
</dd>
<dd class="break"></dd>
<dt id="appendix-B.3-2.17">
<div id="option--unprep">
<code>--unprep</code> </div>
<div id="option--preptool">
<code>--preptool</code> </div>
</dt>
<dd style="margin-left: 1.5em" id="appendix-B.3-2.18">
<p id="appendix-B.3-2.18.1">
Reduce prepped xml to unprepped.<a href="#appendix-B.3-2.18.1" class="pilcrow"></a></p>
Run preptool on the input.<a href="#appendix-B.3-2.18.1" class="pilcrow"></a></p>
</dd>
<dd class="break"></dd>
<dt id="appendix-B.3-2.19">
<div id="option--info">
<code>--info</code> </div>
<div id="option--unprep">
<code>--unprep</code> </div>
</dt>
<dd style="margin-left: 1.5em" id="appendix-B.3-2.20">
<p id="appendix-B.3-2.20.1">
Generate a JSON file with anchor to section lookup information.<a href="#appendix-B.3-2.20.1" class="pilcrow"></a></p>
Reduce prepped xml to unprepped.<a href="#appendix-B.3-2.20.1" class="pilcrow"></a></p>
</dd>
<dd class="break"></dd>
<dt id="appendix-B.3-2.21">
<div id="option--info">
<code>--info</code> </div>
</dt>
<dd style="margin-left: 1.5em" id="appendix-B.3-2.22">
<p id="appendix-B.3-2.22.1">
Generate a JSON file with anchor to section lookup information.<a href="#appendix-B.3-2.22.1" class="pilcrow"></a></p>
</dd>
<dd class="break"></dd>
</dl>
Expand Down
5 changes: 4 additions & 1 deletion tests/valid/manpage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3985,7 +3985,7 @@ B.3. Format selection
One or more of the following output formats may be specified. The
default is --text. The destination filename will be based on the
input filename, unless --out=FILE or --basename=BASE is used. The
group has 10 options.
group has 11 options.

--text
Outputs formatted text to file, with proper page breaks.
Expand All @@ -4005,6 +4005,9 @@ B.3. Format selection
--expand
Outputs XML to file with all references expanded.

--use-bib
Update all datatracker references with bib.ietf.org.

--v2v3
Convert vocabulary version 2 XML to version 3.

Expand Down

0 comments on commit 3d8aa0d

Please sign in to comment.