Formatting.
Wed Feb 10 08:26:34 UTC 2010 pix@kepibu.org
* Formatting.
diff -rN -u old-Oh, Ducks!/tests.lisp new-Oh, Ducks!/tests.lisp
--- old-Oh, Ducks!/tests.lisp 2013-07-01 15:57:46.000000000 +0000
+++ new-Oh, Ducks!/tests.lisp 2013-07-01 15:57:46.000000000 +0000
@@ -7,7 +7,7 @@
(equalp '(:div ((:id "id")) "I " (:i () "like") " cheese.")
(match (#T(html (:model lhtml) ("#id" . ?div))
- "<div id=\"id\">I <i>like</i> cheese.</div>")
+ "<div id=\"id\">I <i>like</i> cheese.</div>")
;; FIXME: learn to distinguish between when there should only be one
;; result and when there should be many?
(car div)))