Sha256: 4dd0193eb2fb4de1a52ac32525a0b59db7451a939f5303e4f433f81fca400ae6
Contents?: true
Size: 335 Bytes
Versions: 8
Compression:
Stored size: 335 Bytes
Contents
# frozen_string_literal: true 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
8 entries across 8 versions & 1 rubygems