Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
4714:84f870bbd17b | 4715:a357478dd457 |
---|---|
130 'ccl-test-coding-system | 130 'ccl-test-coding-system |
131 'ccl | 131 'ccl |
132 "CCL TEST temporary coding-system." | 132 "CCL TEST temporary coding-system." |
133 '(mnemonic "CCL-TEST" | 133 '(mnemonic "CCL-TEST" |
134 eol-type lf | 134 eol-type lf |
135 safe-chars t | 135 safe-charsets t |
136 decode ccl-test-decoder | 136 decode ccl-test-decoder |
137 encode ccl-test-encoder)))) | 137 encode ccl-test-encoder)))) |
138 | 138 |
139 ;;; Section 1. arithmetic operations. | 139 ;;; Section 1. arithmetic operations. |
140 | 140 |