diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2019-06-09 13:35:33 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2019-06-09 14:00:50 +0200 |
| commit | 8453c52291eda9b9d954ac480fd062010f836a3f (patch) | |
| tree | 7df78a0c45f09da88118ae332da1fc28aa1d7d6e /tests | |
| parent | c295c312dd76be6b61bdaccda5b70be9cb79cf5f (diff) | |
Get test coverage for --help---- and the like
Weirdly formatted _T_HELP tokens are supported for compatibility with
old versions of the C tools.
Also add a lone '#' after the tricky help text. Some reconsidered
refactoring choked on that.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/Khelp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Khelp b/tests/Khelp index c201176..b80c2eb 100644 --- a/tests/Khelp +++ b/tests/Khelp @@ -32,7 +32,7 @@ config HELP_TERMINATED_BY_COMMENT config TRICKY_HELP bool - help + -help--- a @@ -47,3 +47,4 @@ config TRICKY_HELP g h i +# |
