[hunchentoot-devel] format to age in test.lisp?
Ben Hyde
bhyde at pobox.com
Thu Mar 6 02:22:25 UTC 2008
I'm a new subscriber and I haven't done any of the usual things. For
example lurked for while or read the archives.
I did the following _mindlessly_ to get clbuild to build hunchentoot:
Hope this helps. - ben
$ ./clbuild diff hunchentoot
...
diff -rN -u old-hunchentoot/test/test.lisp new-hunchentoot/test/
test.lisp
--- old-hunchentoot/test/test.lisp 2008-03-05 21:16:06.000000000
-0500
+++ new-hunchentoot/test/test.lisp 2008-03-05 21:16:06.000000000
-0500
@@ -444,7 +444,7 @@
"Yellow snow")
do (htm
(:input :type "checkbox"
- :name (format age nil "meal{~A}" choice)
+ :name (format nil "meal{~A}" choice)
:checked (gethash choice meal)
(esc choice))
(:br)))))
More information about the Tbnl-devel
mailing list