diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2012-12-06 23:31:29 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2012-12-06 23:31:29 +0100 |
| commit | bf4995adde2f7994fa3443e1f142c609763676ba (patch) | |
| tree | 4793e1f1da0c8316a6fde14e000318a4b74dd747 | |
| parent | c85d164702ac780bbc8318a0b46f674bb33eaf00 (diff) | |
Ops - forgot to add tests/Ktext.
| -rw-r--r-- | tests/Ktext | 25 |
1 files changed, 25 insertions, 0 deletions
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 |
