This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "CMU Common Lisp".
The branch, master has been updated via c0c49604d436b83f8afac4e60d342d63e2ea4eb2 (commit) from 6a513c6066055f8ffc16c73601275c295bc91896 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit c0c49604d436b83f8afac4e60d342d63e2ea4eb2 Author: Raymond Toy toy.raymond@gmail.com Date: Sun Nov 2 19:16:49 2014 -0800
Replace :utf with :utf-8 since :utf is no longer an alias.
diff --git a/tests/unicode.lisp b/tests/unicode.lisp index f863e31..16c0c77 100644 --- a/tests/unicode.lisp +++ b/tests/unicode.lisp @@ -171,7 +171,7 @@ (define-test unicode.word-break "Test Unicode word break algorithm" (:tag :unicode) - (with-open-file (s *word-break-test* :direction :input :external-format :utf) + (with-open-file (s *word-break-test* :direction :input :external-format :utf-8) (loop for line = (read-line s nil nil) while line do
-----------------------------------------------------------------------
Summary of changes: tests/unicode.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive