From bf4995adde2f7994fa3443e1f142c609763676ba Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Thu, 6 Dec 2012 23:31:29 +0100 Subject: Ops - forgot to add tests/Ktext. --- tests/Ktext | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 tests/Ktext (limited to 'tests') diff --git a/tests/Ktext b/tests/Ktext new file mode 100644 index 0000000..aa0f974 --- /dev/null +++ b/tests/Ktext @@ -0,0 +1,25 @@ +config NO_HELP + bool + +config S + bool + help + help for + S +choice C + bool + help + help for + C +config A + bool "A" + +config B + bool "B" + +endchoice + +comment "a comment" + +menu "a menu" +endmenu -- cgit v1.2.3