From: Eric S. Raymond Date: Thu, 9 Mar 2023 15:19:34 +0000 (-0500) Subject: Fix whitespace glitch. X-Git-Tag: 1.14~1 X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=commitdiff_plain;h=8f527fb4332e8a200713545eb45ae5181bad4ade Fix whitespace glitch. --- 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.