Welcome to the CHICKEN Scheme pasting service
test-contains? added by certainty on Mon Mar 3 11:11:25 2014
(define-syntax test-contains?
(syntax-rules ()
((_ ?args ...)
(parameterize ((current-test-comparator irregex-search))
(test ?args ...)))))