chiark
/
gitweb
/
~mdw
/
mLib
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
c3dd6b2
)
sys/tests.at: Add full stops after header comments.
author
Mark Wooding
<mdw@distorted.org.uk>
Tue, 8 Oct 2019 10:24:01 +0000
(11:24 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Tue, 8 Oct 2019 10:27:47 +0000
(11:27 +0100)
sys/tests.at
patch
|
blob
|
blame
|
history
diff --git
a/sys/tests.at
b/sys/tests.at
index d5759bc8d53f565c6bc83dbec67cc3a879bd35e4..da79143b94b168087cb80d3c3c04496dc9b3f5bf 100644
(file)
--- 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])
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])
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])
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])
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])