summaryrefslogtreecommitdiff
path: root/tests/reader.impure.lisp
diff options
context:
space:
mode:
authorJan Moringen <jmoringe@techfak.uni-bielefeld.de>2015-10-18 19:33:18 +0200
committerJan Moringen <jmoringe@techfak.uni-bielefeld.de>2016-02-07 14:22:23 +0100
commitc9dc90f513439931294830f4ca90c2456105ce4e (patch)
treeac2e0cc7056904380f1a98a2180bdb8f4d7b1fae /tests/reader.impure.lisp
parent6f31a1db29e04a27ba34d4155d8d501914f7ada0 (diff)
tests: Change encoding of reader.impure.lisp latin-1 -> utf-8
Also gets rid of a KLUDGE in run-tests.lisp.
Diffstat (limited to 'tests/reader.impure.lisp')
-rw-r--r--tests/reader.impure.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/reader.impure.lisp b/tests/reader.impure.lisp
index 55e4526f4..b2d3a4e05 100644
--- a/tests/reader.impure.lisp
+++ b/tests/reader.impure.lisp
@@ -144,7 +144,7 @@
(assert (eq 'a (read (make-instance 'my-in-stream :last-char nil))))
;;; NIL as the last argument to SET-SYNTAX-FROM-CHAR in compiled code,
-;;; reported by Levente Mészáros
+;;; reported by Levente Mészáros
(let ((fun (compile nil '(lambda ()
(set-syntax-from-char #\{ #\( *readtable* nil)))))
(funcall fun)