Wed Feb 10 08:50:16 UTC 2010 pix@kepibu.org * Add attribute-equal selector --- old-Oh, Ducks!/tests.lisp 2015-10-29 09:37:01.000000000 +0000 +++ new-Oh, Ducks!/tests.lisp 2015-10-29 09:37:01.000000000 +0000 @@ -157,6 +157,12 @@ "
blank idfoono idbarid id
") ids)) +(serialize-values + (match (#T(html (:model dom) + ("[id=foo]" . ?id)) + "
bar idno idfoo id
") + id)) + #+LATER? (match (#t(html ("div::content" . #t(regexp+ "^f(o+)" (?o)))) "
barbaz
fooooooobar
")