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:
8c470f2
)
codec/tests.at: Delete stray space before tab.
author
Mark Wooding
<mdw@distorted.org.uk>
Sat, 30 Apr 2022 15:27:33 +0000
(16:27 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sun, 23 Apr 2023 19:23:51 +0000
(20:23 +0100)
codec/tests.at
patch
|
blob
|
blame
|
history
diff --git
a/codec/tests.at
b/codec/tests.at
index cf5161846b094d44f64d8f5f1121697df7991fa3..bc93d3a794becbd56d088f4524b9c768a617774a 100644
(file)
--- a/
codec/tests.at
+++ b/
codec/tests.at
@@
-44,7
+44,7
@@
m4_define([CODEC_TESTENCODE], [
])
## CODEC_TESTDECODE(codec, encoding, [raw-data],
-## [options], [exp-status], [exp-stderr])
+## [options], [exp-status], [exp-stderr])
##
## Check that CODEC decodes ENCODING as RAW-DATA, given the OPTIONS, or that
## it reports EXP-STATUS and produces EXP-STDERR.