From f7e192e7f9ed26e8c1aa77b9b9e4787b7120649a Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Tue, 8 Oct 2019 11:24:01 +0100 Subject: [PATCH] sys/tests.at: Add full stops after header comments. --- sys/tests.at | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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]) -- 2.11.0