Skip to content

Commit 8fd15d4

Browse files
committed
[#1940] fix 3 failing tests in ManPageGeneratorTest
1 parent 66279cc commit 8fd15d4

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

RELEASE-NOTES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Artifacts in this release are signed by Remko Popma (6601 E5C0 8DCC BB96).
2828
* [#1870] Bugfix: `StringIndexOutOfBoundsException` in usage help when command has too many (and long) aliases. Thanks to [Martin](https://github.com/martlin2cz) for raising this.
2929
* [#1904] Bugfix: Apply `fallbackValue` to vararg multi-value options, not just single-value options. Thanks to [Andreas Sewe](https://github.com/sewe) for raising this.
3030
* [#1930] Bugfix: Ensure tests pass in environments for Java 5-18.
31+
* [#1940] Bugfix: fix 3 failing tests in `ManPageGeneratorTest`. Thanks to [Mike Snowden](https://github.com/wtfacoconut) for the pull request.
3132
* [#1881] DOC: Many documentation improvements. Thanks to [Andreas Deininger](https://github.com/deining) for the pull request.
3233
* [#1855][#1857] DOC: Add new user manual section called [Rare Use Cases](https://picocli.info/#_rare_use_cases) detailing `System.exit` usage. Thanks to [Tadaya Tsuyukubo](https://github.com/ttddyy) for the pull request.
3334
* [#1880] DOC: Improve documentation for negatable options that are true by default. Thanks to [Sebastian Hoß](https://github.com/sebhoss) for raising this.

picocli-codegen/src/test/resources/manpagegenerator/main_class.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
// tag::picocli-generated-full-manpage[]
22
// tag::picocli-generated-man-section-header[]
33
:doctype: manpage
4-
:revnumber:
4+
:revnumber:
55
:manmanual: <main class> Manual
6-
:mansource:
6+
:mansource:
77
:man-linkstyle: pass:[blue R < >]
88
= <main class>(1)
99

@@ -12,7 +12,7 @@
1212
// tag::picocli-generated-man-section-name[]
1313
== Name
1414

15-
<main class> -
15+
<main class> -
1616

1717
// end::picocli-generated-man-section-name[]
1818

@@ -38,7 +38,7 @@
3838
== Arguments
3939

4040
_<file>_::
41-
41+
4242

4343
// end::picocli-generated-man-section-arguments[]
4444

0 commit comments

Comments
 (0)