Sha256: 4db3c22b68c69d044fdaab4004c39d011dae822be6869a0fd9992f89aec67fe5

Contents?: true

Size: 160 Bytes

Versions: 8

Compression:

Stored size: 160 Bytes

Contents

# frozen_string_literal: true

Mutant::Meta::Example.add :regexp_bol_anchor do
  source '/^/'

  singleton_mutations
  regexp_mutations

  mutation '/\\A/'
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
mutant-0.8.24 meta/regexp/regexp_bol_anchor.rb
mutant-0.8.23 meta/regexp/regexp_bol_anchor.rb
mutant-0.8.22 meta/regexp/regexp_bol_anchor.rb
mutant-0.8.21 meta/regexp/regexp_bol_anchor.rb
mutant-0.8.20 meta/regexp/regexp_bol_anchor.rb
mutant-0.8.19 meta/regexp/regexp_bol_anchor.rb
mutant-0.8.18 meta/regexp/regexp_bol_anchor.rb
mutant-0.8.17 meta/regexp/regexp_bol_anchor.rb