X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Funicode-normalization.impure.lisp;h=e62fd93e758f43b728c622ee0c0a5537bba3d493;hb=0b3f5cc5fa9e6b121d232960ccd964d2eb15f695;hp=7cd0fdda7bfc70f1c5cb120ac7d8adf904cde1e3;hpb=db0110475c0db5dc3cb1bb12de0b0c475880899e;p=sbcl.git diff --git a/tests/unicode-normalization.impure.lisp b/tests/unicode-normalization.impure.lisp index 7cd0fdd..e62fd93 100644 --- a/tests/unicode-normalization.impure.lisp +++ b/tests/unicode-normalization.impure.lisp @@ -1,3 +1,17 @@ +;;;; This software is part of the SBCL system. See the README file for +;;;; more information. +;;;; +;;;; While most of SBCL is derived from the CMU CL system, the test +;;;; files (like this one) were written from scratch after the fork +;;;; from CMU CL. +;;;; +;;;; This software is in the public domain and is provided with +;;;; absolutely no warranty. See the COPYING and CREDITS files for +;;;; more information. + +;;; KLUDGE: eventually we will export NORMALIZE-STRING from somewhere. +;;; Until we do, import it here so we can test it without putting :: +;;; everywhere. (import 'sb-impl::normalize-string) (defun parse-one-line (line)