comparison tests/automated/mule-tests.el @ 3701:58f19b254a23

[xemacs-hg @ 2006-11-25 22:06:29 by aidan] Move the ISO-IR 196 test, which may crash, to a separate file.
author aidan
date Sat, 25 Nov 2006 22:06:34 +0000
parents 42e4605ef1de
children cd487eafbc76
comparison
equal deleted inserted replaced
3700:b3d7b8b98acf 3701:58f19b254a23
439 (Assert (and (eq (aref ccl-vector 3) 439 (Assert (and (eq (aref ccl-vector 3)
440 (encode-char (make-char 'control-1 0) 'ucs)) 440 (encode-char (make-char 'control-1 0) 'ucs))
441 (eq (aref ccl-vector 4) 441 (eq (aref ccl-vector 4)
442 (encode-char (make-char 'control-1 31) 'ucs))))) 442 (encode-char (make-char 'control-1 31) 'ucs)))))
443 443
444 ;; This used to crash, at least in debug builds:
445
446 (Assert (decode-coding-string
447 (string ?\33 ?\45 ?\107 ?\306 ?\222 ?\215 ?\306)
448 'iso-2022-jp))
449
450 ;;--------------------------------------------------------------- 444 ;;---------------------------------------------------------------
451 ;; Test charset-in-* functions 445 ;; Test charset-in-* functions
452 ;;--------------------------------------------------------------- 446 ;;---------------------------------------------------------------
453 (with-temp-buffer 447 (with-temp-buffer
454 (insert-file-contents (locate-data-file "HELLO")) 448 (insert-file-contents (locate-data-file "HELLO"))