diff options
Diffstat (limited to 'test/src/coding-tests.el')
| -rw-r--r-- | test/src/coding-tests.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/src/coding-tests.el b/test/src/coding-tests.el index 9f6fac3edd8..a741e233d39 100644 --- a/test/src/coding-tests.el +++ b/test/src/coding-tests.el | |||
| @@ -393,7 +393,8 @@ | |||
| 393 | (should-not (eq (decode-coding-string s coding nil) s)) | 393 | (should-not (eq (decode-coding-string s coding nil) s)) |
| 394 | (should-not (eq (encode-coding-string s coding nil) s)) | 394 | (should-not (eq (encode-coding-string s coding nil) s)) |
| 395 | (should (eq (decode-coding-string s coding t) s)) | 395 | (should (eq (decode-coding-string s coding t) s)) |
| 396 | (should (eq (encode-coding-string s coding t) s))) | 396 | (should (eq (encode-coding-string s coding t) s)) |
| 397 | (should (eq last-coding-system-used coding))) | ||
| 397 | 398 | ||
| 398 | ;; With EOL conversion inhibited. | 399 | ;; With EOL conversion inhibited. |
| 399 | (let ((inhibit-eol-conversion t)) | 400 | (let ((inhibit-eol-conversion t)) |