From 70ae3ef40d87294905c583e2267229e88b753b6f Mon Sep 17 00:00:00 2001 From: patritzenfeld Date: Mon, 4 May 2026 13:15:51 +0200 Subject: [PATCH] do not ignore excess text in config lines --- src/Prolog/Programming/ExampleConfig.hs | 6 +++--- src/Prolog/Programming/Parser.hs | 5 +++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/Prolog/Programming/ExampleConfig.hs b/src/Prolog/Programming/ExampleConfig.hs index 32a9eb6..8edf573 100644 --- a/src/Prolog/Programming/ExampleConfig.hs +++ b/src/Prolog/Programming/ExampleConfig.hs @@ -19,10 +19,10 @@ exampleConfig = Config * % - For task definitions clauses that occur identically in the input program are filtered out * % 'no': do not include. * % Both default to yes - * Include hidden definitions: [ yes | filtered ] - * Include task definitions: [ yes | filtered | no ] + * % Include hidden definitions: [ yes | filtered ] + * % Include task definitions: [ yes | filtered | no ] * % allow/disallow the use of [H|T] matching on list values, defaults to 'yes' (experimental: might not recognize all instances of the pattern) - * Allow list pattern matching: [ yes | no ] + * % Allow list pattern matching: [ yes | no ] * % prefixing a test with [