diff options
Diffstat (limited to 'test/src/coding-tests.el')
| -rw-r--r-- | test/src/coding-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/coding-tests.el b/test/src/coding-tests.el index 0309b2b1ad6..134f5676709 100644 --- a/test/src/coding-tests.el +++ b/test/src/coding-tests.el | |||
| @@ -56,7 +56,7 @@ | |||
| 56 | (set-buffer-multibyte nil) | 56 | (set-buffer-multibyte nil) |
| 57 | (insert (encode-coding-string "あ" 'euc-jp) "\xd" "\n") | 57 | (insert (encode-coding-string "あ" 'euc-jp) "\xd" "\n") |
| 58 | (decode-coding-region (point-min) (point-max) 'euc-jp-dos) | 58 | (decode-coding-region (point-min) (point-max) 'euc-jp-dos) |
| 59 | (should-not (string-match-p "\^M" (buffer-string))))) | 59 | (should-not (string-search "\^M" (buffer-string))))) |
| 60 | 60 | ||
| 61 | ;; Return the contents (specified by CONTENT-TYPE; ascii, latin, or | 61 | ;; Return the contents (specified by CONTENT-TYPE; ascii, latin, or |
| 62 | ;; binary) of a test file. | 62 | ;; binary) of a test file. |