From 8f527fb4332e8a200713545eb45ae5181bad4ade Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 9 Mar 2023 10:19:34 -0500 Subject: [PATCH] Fix whitespace glitch. --- tests/coverage_dungeon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/coverage_dungeon.py b/tests/coverage_dungeon.py index 80102e3..e615239 100755 --- a/tests/coverage_dungeon.py +++ b/tests/coverage_dungeon.py @@ -7,7 +7,7 @@ various strings contained are present within the test check files. The default HTML output is appropriate for use with Gitlab CI. You can override it with a command-line argument. -The DANGLING lists are for actions and messages that should be +The DANGLING lists are for actions and messages that should be considered always found even if the checkfile search doesn't find them. Typically this will because an action emit a templated message that can't be regression-tested by equality. -- 2.31.1