missbehave match-string proposal added by certainty on Sat Jul 30 13:42:20 2011


(expect '(: "foo" (+ space) "bar")
              (match-string "foo bar"))

(expect '(: "foo" (+ space) "with" (+ space) (submatch "submatch"))
             (match-string "foo with submatch" with-matches: '(( 1 . "submatch"))))