diff options
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 |
