free_mutant/meta/regexp
Daniel Gollahon 69bf42a51d
Add capture group -> non capture group mutation
- Mutates regexps like (foo) to (?:foo).
2016-10-09 20:02:23 -07:00
..
character_types.rb Add \h -> \H and \H -> \h mutations 2016-10-09 17:13:00 -07:00
regexp_alternation_meta.rb Add capture group -> non capture group mutation 2016-10-09 20:02:23 -07:00
regexp_bol_anchor.rb Extract meta duplication to regexp_mutations 2016-08-14 15:01:21 -07:00
regexp_bos_anchor.rb Extract meta duplication to regexp_mutations 2016-08-14 15:01:21 -07:00
regexp_capture_group.rb Add capture group -> non capture group mutation 2016-10-09 20:02:23 -07:00
regexp_eol_anchor.rb Add mutation for $ -> \z 2016-10-09 16:59:51 -07:00
regexp_eos_anchor.rb Add mutation for $ -> \z 2016-10-09 16:59:51 -07:00
regexp_eos_ob_eol_anchor.rb Add regexp mutation for \Z -> \z 2016-10-09 17:27:55 -07:00
regexp_root_expression.rb Extract meta duplication to regexp_mutations 2016-08-14 15:01:21 -07:00