X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/blobdiff_plain/c3dd6b2900b4a74f452d9681e5a1ef641d376d16..f7e192e7f9ed26e8c1aa77b9b9e4787b7120649a:/sys/tests.at 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])