From a14311449c96af03be515c561bc5b618f01aea7b Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Sat, 6 Jun 2015 08:30:08 +0200 Subject: Improve get_help() test coverage. In preparation for some changes. --- tests/Ktext | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'tests/Ktext') 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 -- cgit v1.2.3