Sha256: 1cf51b7ce6dd2b6b2b47ad38aa33cb4b7beb5999324360fd6702fdd0c324ba05
Contents?: true
Size: 304 Bytes
Versions: 5
Compression:
Stored size: 304 Bytes
Contents
Mutant::Meta::Example.add :regexp_capture_group do source '/()/' singleton_mutations regexp_mutations end Mutant::Meta::Example.add :regexp_capture_group do source '/(foo|bar)/' singleton_mutations regexp_mutations mutation '/(?:foo|bar)/' mutation '/(foo)/' mutation '/(bar)/' end
Version data entries
5 entries across 5 versions & 1 rubygems