From 707204ac4a5539c9b4d4875d12fec340ba95c1a2 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Sat, 20 Jan 2018 05:05:49 +0100 Subject: Get rid of _next_help_line() Speeds things up a bit further. Rework the unget handling to save the ungotten line directly instead of using a flag. Add some help texts to tests/Klocation to make sure the line number is updated properly for those. --- tests/Klocation | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'tests') diff --git a/tests/Klocation b/tests/Klocation index 737a221..3901ebf 100644 --- a/tests/Klocation +++ b/tests/Klocation @@ -13,6 +13,19 @@ if y && \ y && \ y +# Throw in some help texts too + +config HELP_1 + bool "help 1" + help +config HELP_2 + bool "help 2" + help + foo + bar + + baz + config MULTI_DEF endif -- cgit v1.2.3