Mercurial > hg > xemacs-beta
diff tests/automated/mule-tests.el @ 875:708faa3b4cb1
[xemacs-hg @ 2002-06-23 06:53:46 by stephent]
fix unicode test
author | stephent |
---|---|
date | Sun, 23 Jun 2002 06:53:49 +0000 |
parents | a5954632b187 |
children | dff007bd492b |
line wrap: on
line diff
--- a/tests/automated/mule-tests.el Sat Jun 22 17:14:45 2002 +0000 +++ b/tests/automated/mule-tests.el Sun Jun 23 06:53:49 2002 +0000 @@ -319,7 +319,8 @@ ;; Test Unicode-related functions ;;--------------------------------------------------------------- (let* ((scaron (make-char 'latin-iso8859-2 57))) - (loop for code in '(#x0000 #x2222 #x4444 #xffff) do + ;; Used to try #x0000, but you can't change ASCII or Latin-1 + (loop for code in '(#x0100 #x2222 #x4444 #xffff) do (progn (set-unicode-conversion scaron code) (Assert (eq code (char-to-unicode scaron)))