diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2015-06-06 08:30:08 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2015-06-06 08:31:38 +0200 |
| commit | a14311449c96af03be515c561bc5b618f01aea7b (patch) | |
| tree | a285584df134ee6f67a9a0b00fd397fb7eb5d91d /tests | |
| parent | 8b8c12a5f92f3cb3fe4cca49e7f3238068d9c646 (diff) | |
Improve get_help() test coverage.
In preparation for some changes.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/Ktext | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/tests/Ktext b/tests/Ktext index aa0f974..a4c43fe 100644 --- a/tests/Ktext +++ b/tests/Ktext @@ -1,6 +1,11 @@ config NO_HELP bool +config EMPTY_HELP + bool + help +config DUMMY + config S bool help @@ -23,3 +28,23 @@ comment "a comment" menu "a menu" endmenu + +# Tricker help text + +config TRICKY_HELP + bool + help + + + a + b + c + + d + e + f + + + g + h + i |
