Mercurial > hg > xemacs-beta
diff tests/automated/ccl-tests.el @ 4715:a357478dd457
Fix some test failures, mule-tests.el.
2009-10-12 Aidan Kehoe <kehoea@parhasard.net>
* automated/mule-tests.el :
Revert to the old Unicode mapping for scaron once we're finished
testing it.
Don't check the fixed-width coding systems with odd line endings
for ASCII-transparency; maybe we should, but that would require
that invalid sequence characters for on-disk ?\x0a be generated by
Macintosh line-ending coding systems, for example.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Mon, 12 Oct 2009 17:01:15 +0100 |
parents | baf6c66f6f47 |
children | 189fb67ca31a |
line wrap: on
line diff
--- a/tests/automated/ccl-tests.el Mon Oct 12 16:42:38 2009 +0100 +++ b/tests/automated/ccl-tests.el Mon Oct 12 17:01:15 2009 +0100 @@ -132,7 +132,7 @@ "CCL TEST temporary coding-system." '(mnemonic "CCL-TEST" eol-type lf - safe-chars t + safe-charsets t decode ccl-test-decoder encode ccl-test-encoder))))