(program (programItem (section REMAP { (sectionBody (conditional (ifStatement if (condition (expression (term (term (factor (comparison (comparable inbound.url.path) ~ (regex /some_path_(.+)_/)))) && (factor (comparison (comparable capture.1) in (set [ (value "foo") , (value "bar") ])))))) (block { (blockItem (statement inbound.req.X-Path-Capture = (value "{capture.1}") ;)) })))) })) <EOF>)
