Mercurial > hg > xemacs-beta
comparison tests/automated/mule-tests.el @ 4620:4dc42d1fe684
Make the majority of tests in tests/automated/mule-tests.el work again.
tests/ChangeLog addition:
2009-02-17 Aidan Kehoe <kehoea@parhasard.net>
* automated/mule-tests.el (featurep):
Add a missing parenthesis here, thank you
Stephen. Cf. http://mid.gmane.org/871vtzrxey.fsf@xemacs.org .
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Tue, 17 Feb 2009 13:39:25 +0000 |
parents | 2669b1b7e33b |
children | a9f83990e6bf |
comparison
equal
deleted
inserted
replaced
4619:75e7ab37b6c8 | 4620:4dc42d1fe684 |
---|---|
453 (Assert (equal (encode-coding-string | 453 (Assert (equal (encode-coding-string |
454 (decode-char 'ucs code-point) 'utf-16) | 454 (decode-char 'ucs code-point) 'utf-16) |
455 utf-16-big-endian)) | 455 utf-16-big-endian)) |
456 (Assert (equal (encode-coding-string | 456 (Assert (equal (encode-coding-string |
457 (decode-char 'ucs code-point) 'utf-16-le) | 457 (decode-char 'ucs code-point) 'utf-16-le) |
458 utf-16-little-endian)) | 458 utf-16-little-endian))) |
459 | 459 |
460 | 460 |
461 ;;--------------------------------------------------------------- | 461 ;;--------------------------------------------------------------- |
462 ;; Regression test for a couple of CCL-related bugs. | 462 ;; Regression test for a couple of CCL-related bugs. |
463 ;;--------------------------------------------------------------- | 463 ;;--------------------------------------------------------------- |