From: Mark Wooding Date: Tue, 8 Oct 2019 10:24:01 +0000 (+0100) Subject: sys/tests.at: Add full stops after header comments. X-Git-Tag: 2.4.2~4 X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/commitdiff_plain/f7e192e7f9ed26e8c1aa77b9b9e4787b7120649a sys/tests.at: Add full stops after header comments. --- diff --git a/sys/tests.at b/sys/tests.at index d5759bc..da79143 100644 --- a/sys/tests.at +++ b/sys/tests.at @@ -51,14 +51,14 @@ mdup=BUILDDIR/t/mdup.t AT_CHECK([$mdup 3:4]) AT_CHECK([$mdup 4:3]) -## Overlapping sources and destinations +## Overlapping sources and destinations. AT_CHECK([$mdup 4:3 3:5 5:6]) -## Repeated sources +## Repeated sources. AT_CHECK([$mdup 3:4 3:3 3:-1]) AT_CHECK([$mdup 5:8 3:4 3:5 4:6]) -## Cycles +## Cycles. AT_CHECK([$mdup 5:7 3:4 3:5 4:6 5:3]) AT_CHECK([$mdup 5:8 3:4 3:5 4:6 5:3])