Wed Feb 10 08:26:25 UTC 2010 pix@kepibu.org * Use named-readtables instead of set-dispatch-macro-character diff -rN -u old-Oh, Ducks!/tests.lisp new-Oh, Ducks!/tests.lisp --- old-Oh, Ducks!/tests.lisp 2015-09-06 00:46:22.000000000 +0000 +++ new-Oh, Ducks!/tests.lisp 2015-09-06 00:46:22.000000000 +0000 @@ -1,9 +1,8 @@ (in-package #:oh-ducks) +(named-readtables:in-readtable template-readtable) ;; FIXME: the switch to chtml:pt nodes means our #'equalp no longer ;; works. -#.(set-dispatch-macro-character #\# #\T 'unify::|sharp-T-reader|) - #+(or) (setq *default-parser* 'pt) (equalp '(:div ((:id "id")) "I " (:i () "like") " cheese.")